I'm just installing a laravel app in my ubuntu 20.4 with php.4 / mysql
Everything is working, laravel installation, composer, migrations, seeding, php artisan serve.
But when I try to access: http://localhost:8000, I get:
GuzzleHttp\Exception\RequestException cURL error 3: (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
I already tried:
php artisan config:cache
php artisan cache:clear
What should I do ?
APP_URL=http://localhost:8000- Juliatzinhttp://localhost- Raffobaffophp artisan config:clear- Raffobaffo