Skip to content

bachtiarpanjaitan/lumen

 
 

Repository files navigation

Lumen Base App

This lumen framework as base project, maybe project structure has been added,removed or modified. If you want request new feature on this project you can create new issue on this repository. This project has integrated with Btx Package.

Instalation

Install project by using the Composer create-project command in your terminal:

composer create-project --prefer-dist btx/lumen blog

Documentation Btx Package

See full documentation at Wiki Documentation

Author

Bachtiar Panjaitan [email protected]

Requirements

  • PHP 7.4+
  • Laravel Lumen 8.3+

Installed Packages

  • doctrine/dbal
  • tymon/jwt-auth
  • flipbox/lumen-generator

Available Migrations

  • User Migration

Available Data Seeds

  • User data seed

Available Routes

  • User Login using JWT Auth
  • User Logout

Available Helpers

  • config_path()
  • urlGenerator()
  • asset()
  • public_path()