Before running "php artisan serve" follow these steps.
Copy > Paste > Run in Terminal.
- "composer install".
- "npm i" or "npm install".
- "npm run build".
- You'll have a file named "env.example" copy it paste and rename it to ".env".
- "php artisan key:generate".
- "php artisan serve".