Skip to content
Bachtiar Panjaitan edited this page Apr 15, 2023 · 15 revisions

Lumen Base App

This lumen base project can use for production project but not recommended. 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.

Author

Bachtiar Panjaitan [email protected]

Requirements

  • PHP 7.4+
  • Laravel Lumen 8.3+

Installed Packages

  • doctrine/dbal
  • intervention/image
  • league/fractal
  • nesbot/carbon
  • spatie/laravel-fractal
  • 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()

Available Features

  • Authentication Middleware
  • Data Pagination
  • Query Filter Using Request
  • Image Upload