composer install
cp .env.example .env
For production APP_ENV=production
For development\testing APP_ENV=local
php artisan key:generate
php artisan storage:link
php artisan migrate:fresh --seed
Testing on local development (You can run it after setup!! Frontend)
php artisan serve
cd frontend
npm install
cp .env.example .env
another commands at here: