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 not sure why this is happening, but I'm encountering an issue when using the command:
php -S localhost:8000 -t public
I had this problem too, and I solved it in this way:
set: php.ini
variables_order = "GPCS"
I came across the same issue. This was how how I solved mine:
php.ini-development
php.ini
php artisan serve
PS: If there is any additional steps you took, you can as well comment them below: XOXO
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With