Skip to content

cseshahriar/laravel-User-Role-Permission-Base-Authentication-System-with-Admin-LTE

Repository files navigation

laravel User Role Permission Base Authentication System with Admin LTE

This is a boilerplate laravel admin panel. I believe anybody can use it, who want to save time.

Author : MD Shahriar Hosen 
Email : cse.shahriar.hosen@gmail.com 
URL: http://codershahriar.com 

Version v1.0.0 beta

Technologies Laravel v5.8.* Admin Lte v2

Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

What things you need to install the software and how to install them

Clone the repo and cd into it

composer install

Rename or copy .env.example file to .env

php artisan key: generate

Set your database credentials in your .env file

php artisan migrate
php artisan db:seed

Set .Env Mail configuration with Gmail

Set social login configuration in .env file

FACEBOOK_CLIENT_ID=
FACEBOOK_CLIENT_SECRET= 
FACEBOOK_CLIENT_CALLBACK=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_CLIENT_CALLBACK= 

php artisan serve or use Laravel Valet or Laravel Homestead

Visit localhost:8000 in your browser

Visit for admin login /admin/login if you want to access the admin panel. Default Admin User/Password: admin@admin.com/shahriar

Visit user login /login if you want to access the admin panel. Default Admin User/Password: user@user.com/shahriar

{{ 'Happy Coding' }}

About

laravel-user-role-permission

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published