So I just created a new project using the command:
laravel new blog
Then I started by changing the directory and do the command
php artisan serve
And this is what happened, more details:
- I'm using laravel 8.0.1 (latest version)
- I haven't run any command except the one I listed above
- I'm using windows
- I even updated the php to 7.4.10 (latest ver)