Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 1.19 KB

README.md

File metadata and controls

74 lines (48 loc) · 1.19 KB

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