foothing / laravel-boilerplate by brazorf

A boilerplate based on the Laravel Framework.
21
0
2
Package Data
Maintainer Username: brazorf
Package Create Date: 2017-06-18
Package Last Update: 2020-04-10
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:10:02
Package Statistics
Total Downloads: 21
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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