docs icon indicating copy to clipboard operation
docs copied to clipboard

Unable to get Laravel app running

Open redjonzaci opened this issue 2 years ago • 2 comments

While following https://fly.io/docs/laravel/:

  • There's no link to PHP download page
  • When I try to run php artisan serve the first time, I get an error about vendor/autoload.php I tried composer install and composer dump-autoload to get past that error, but then encountered this:
image

I am using Windows.

redjonzaci avatar Sep 18 '23 07:09 redjonzaci

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...

redjonzaci avatar Sep 18 '23 07:09 redjonzaci

I am not satisfied about where I added the note or how it may look, but feedback welcome!

redjonzaci avatar Sep 18 '23 10:09 redjonzaci

Closed per related PR

andie787 avatar May 29 '24 15:05 andie787