Open nosovk opened 1 year ago
moved from: https://github.com/vercel-community/php/issues/415
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.
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.