Laravel 5.1 boilerplate to build a website that implements authentication.
- Authentication
- Registration and Login by Email
- Social authentication (Facebook, Twitter & Google+) using Socialite
- Account settings
- Password Reset
- User Roles
- Administration Panel Ready
- AdminLTE 2.1 Control Panel Template
- Separated Frontend & Backend Controllers
- HTML5 Boilerplate & Bootstrap (Bootswatch)
- Adapt the settings in
.env.example
to the needs of your application and rename it to.env
. - Change the admin login info in
database\seeds\DatabaseSeeder.php
$ composer install
$ php artisan key:generate
$ php artisan migrate
$ php artisan db:seed
$ php artisan serve
Now go to localhost:8000 and login with the info you set in database\seeds\DatabaseSeeder.php
.