juicyfx / vercel-examples

📦 Example projects using Vercel platform. Using Node.js, PHP and others.
https://f3l1x.io
MIT License
323 stars 150 forks source link

new symfony project #119

Open nosovk opened 1 year ago

nosovk commented 1 year ago

Bug report

moved from: https://github.com/vercel-community/php/issues/415

Description

I try to start new symfony project. I found an example: https://github.com/juicyfx/vercel-examples/tree/master/php-symfony-micro1 But it seems to be outdated, and then I took laravel as a base for vercel.json - https://github.com/juicyfx/vercel-examples/tree/master/php-laravel It builds and deployed to vercel, but unfortunately there is some problem with composer files. Actual I tried both configs, and resulting one is added in that commit: https://github.com/nosovk/symfony-vite/commit/dd83860975919a21b1fe437bdd30b40e9bffb8c0

But anyway it seems that autoload.php somehow broken.