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
- 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
I'm not sure why this is happening, but I'm encountering an issue when using the command:
php -S localhost:8000 -t public


