2017 © Pedro Peláez
 

project laravel-boilerplate

A boilerplate based on the Laravel Framework.

image

foothing/laravel-boilerplate

A boilerplate based on the Laravel Framework.

  • Saturday, June 2, 2018
  • by brazorf
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 63 % Grown

The README.md

laravel-boilerplate

work in progress, only notes here in this moment., (*1)

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., (*2)

Install

composer create-project foothing/laravel-boilerplate YOUR_DIRECTORY, (*3)

Then navigate to your installation directory and run, (*4)

composer update, (*5)

Configure your database in config/database.php, (*6)

Setup revision code

The Versions

18/06 2017

0.1.0

0.1.0.0

A boilerplate based on the Laravel Framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework boilerplate