Looking to hire Laravel developers? Try LaraJobs

laravel-boilerplate maintained by foothing

Description
A boilerplate based on the Laravel Framework.
Last update
2020/04/10 13:20 (dev-feature/laravel-5.8)
License
Links
Downloads
21

Comments
comments powered by Disqus

laravel-boilerplate

work in progress, only notes here in this moment.

Auth

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.

Install

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

Setup revision code