A boilerplate based on the Laravel Framework.
foothing/laravel-boilerplate is a Laravel package for a boilerplate based on the laravel framework..
It currently has 0 GitHub stars and 21 downloads on Packagist (latest version 0.3.1).
Install it with composer require foothing/laravel-boilerplate.
Discover more Laravel packages by foothing
or browse all Laravel packages to compare alternatives.
Last updated
work in progress, only notes here in this moment.
On successful login the SuccessfuLogin event listener will
provide the user record with an api_token, in order to enable
api calls for that user.
composer create-project foothing/laravel-boilerplate YOUR_DIRECTORY
Then navigate to your installation directory and run
composer update
Configure your database in config/database.php