-
Clone the project in
Xammp\htdocs. -
Open your terminal and
cdto the folder. -
Run
composer install. -
Copy
.env.exampleto.env.Or you can type
copy .env.example .envif you're using Windows command prompt orcp .env.example .envif you're using Ubuntu. -
Run
php artisan key:generate. -
Run
php artisan migrate:fresh --seed. -
Delete
storagefolder which located insidepublicfolder (if exists). -
Run
php artisan storage:link.
Frontend project could be found here Link To FrontEnd\