Clone the project
git clone https://github.com/abdulaziz-m5u/ecommerce-youtube.git project-nameGo to the project directory
cd project-name- Copy .env.example file to .env and edit database credentials there
composer install php artisan key:generate php artisan artisan migrate:fresh --seed php artisan storage:link- email = admin@example.com
- password = 123
