git clone this-urlcd project-rootInstall composer dependencies of this project by running
composer installphp artisan key:generate
php artisan storage:link php artisan migrate:fresh --seedphp artisan cache:clearphp artisan optimize:clearphp artisan serveGo to the link /user/login like http://127.0.0.1:8000/admin/login for login and enter the system admin credentials below.
email: [email protected]
password: passwordIf file or image is not displayed after uploading, please run this bellow command
php artisan storage:link