foothing/laravel-boilerplate

A boilerplate based on the Laravel Framework.

0.3.1 2018-06-02 15:29 UTC

This package is auto-updated.

Last update: 2024-03-22 22:35:31 UTC


README

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