Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

derenkeskin/laravel-auth-boilerplate

Repository files navigation

Laravel Auth Boilerplate

Laravel 5.1 boilerplate to build a website that implements authentication.

Screenshot

Login page screenshot

Features

  • Authentication
    • Registration and Login by Email
    • Social authentication (Facebook, Twitter & Google+) using Socialite
    • Account settings
    • Password Reset
  • User Roles
  • Administration Panel Ready
  • Separated Frontend & Backend Controllers
  • HTML5 Boilerplate & Bootstrap (Bootswatch)

Configuration

  1. Adapt the settings in .env.example to the needs of your application and rename it to .env.
  2. Change the admin login info in database\seeds\DatabaseSeeder.php

Installation

$ 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.

About

Laravel 5.1 boilerplate to build a website that implements authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages