Skip to content

ringku369/laravel_multi_auth

Repository files navigation

Welcome to the Project Documentation

Installation

git clone this-url
cd project-root
Install composer dependencies of this project by running
composer install
Copy .env-example to .env and configure your database and other connection.
Run this two command also
php artisan key:generate
php artisan storage:link 
Run this command for migration and seeder
php artisan migrate:fresh --seed
Run this command to clear all type of cache
php artisan cache:clear
php artisan optimize:clear
Run this command to start application
php artisan serve

Usage

Go to the link /user/login like http://127.0.0.1:8000/admin/login for login and enter the system admin credentials below.

Demo super admin credentials
email: [email protected]
password: password

File Upload Documentation

If file or image is not displayed after uploading, please run this bellow command

php artisan storage:link 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages