Best laravel framework open-source packages.

Lumen api microservice platform boilerplate with authentication token

This is a sample lumen api/microservice plaform built with authentication and tokenization already working. Just clone it and start building your own microservice platform! Don't forget to star it!
Updated 3 months ago

Lumen PHP Framework

Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax.

I made a complete tutorial for this repository on youtube, you can check it out here => Braintemple Tutorial TV - Lumen API Documentation Tutorial

How to install

  • Star this repository by clicking the star icon on the top right corner of this page
  • Clone this repostory into your system by running git clone https://github.com/daveozoalor/lumen-api-microservice-platform-boilerplate-with-authentication-token.git
  • Cd into the folder and run npm install .
  • Create a database on your favourite database management system eg. PHPmyadmin, MysqlWorkbench etc
  • Edit the .env file in the root folder of the app you cloned. Enter the database details the ..env file.
  • Then run your migration by running php artisan migrate .
  • Start the server from your command line by running php -S localhost:8000 -t public

Remember to watch the tutorial on youtube if you have any problems, or just contact me using any of the links below. I can join your team if we have a good talk.

Important links to contact me

Follow me on my social media handles

License

This project is open-sourced software licensed under the MIT license.