Best laravel framework open-source packages.

Lumen boilerplate

RESTful API template made from lumen
Updated 2 months ago

Will stop maintaining this when laravel 10 release. see laravel lumen note.

Screenshot_2023-02-01_11-50-50

Lumen Boilerplate

Run Tests Chat Laravel Forge Site Deployment Status

RESTful API template made from Lumen 9

Previous Lumen Version
8
7
6
5.8
5.7

Installation

1. Download

Clone/Download this repository place on your server. (I highly recommend you use either Laravel Homestead or Laravel Valet, to get the optimal server configuration and no errors through installation.)

2. Environment Files

This boilerplate comes with a .env.example file in the root of the project.

Copy env.example to .env where you prepare your environment.

Note: Make sure you do not rename .env.example, for team purposes.

3. Composer

Lumen boilerplate dependencies are managed through the PHP Composer tool. Install the depencencies by navigating into your project in terminal and typing this command:

composer install

After that run :

php artisan migrate:fresh --seed

Login using OAuth2 by laravel/passport

1. Installation

Install laravel passport by navigating into your project in terminal and run this command:

php artisan passport:install

This will generate Client ID and Client Secret.

2. Access Tokens

Use the Client ID and Client Secret of password grant for OAuth2 - Login (Password grant) endpoint.

API Documentation (Swagger)

You can visit the generated API documentation in http://lumen-boilerplate.test/documentation in your local machine. (working in progress)

Screenshot from 2020-09-13 00-36-59

or here's the published postman here

Testing (Pest)

In your project directory run this command:

composer test

Built With

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License.

Todo

  • [x] Replace dingo/api
  • [x] Fix for PHP7.4
  • [x] Log viewer
  • [ ] Documentation private route with permission
  • [x] Localization
  • [ ] Code Generator
  • [ ] Seeder for Test/Production separately
  • [ ] Manage seeder for permissions
  • [x] Include Postman collection/Config/Preset
  • [ ] Wiki
  • [ ] Firewall
  • [x] Social login
  • [ ] Back up
  • [ ] Data transfer objects (DTO) https://github.com/spatie/data-transfer-object
  • [x] Throttle for lumen
  • [ ] Url versioning
  • [ ] Finishing swagger
  • [x] spatie/laravel-query-builder

Support Us

Paypal

Tags lumen php api