git clone this-url
cd project-root
Install composer dependencies of this project by running
composer install
php artisan key:generate
php artisan storage:link
php artisan migrate:fresh --seed
php artisan cache:clear
php artisan optimize:clear
php artisan serve
Go to the link /user/login
like http://127.0.0.1:8000/admin/login
for login and enter the system admin credentials below.
email: admin@gmail.com
password: password
If file or image is not displayed after uploading, please run this bellow command
php artisan storage:link