docs
docs copied to clipboard
Unable to get Laravel app running
While following https://fly.io/docs/laravel/:
- There's no link to PHP download page
- When I try to run
php artisan servethe first time, I get an error aboutvendor/autoload.phpI triedcomposer installandcomposer dump-autoloadto get past that error, but then encountered this:
I am using Windows.
I made it work by adding --ignore-platform-req=ext-fileinfo to composer create-project laravel/laravel fly-laravel.
Opening a PR soon to update the docs...
I am not satisfied about where I added the note or how it may look, but feedback welcome!
Closed per related PR