php icon indicating copy to clipboard operation
php copied to clipboard

new symfony project

Open nosovk opened this issue 2 years ago • 2 comments

Bug report

  • Version: [email protected]
  • URL: https://symfony-vite-nosovk.vercel.app/
  • Repository: https://github.com/nosovk/symfony-vite
  • Logs: https://symfony-vite-nosovk.vercel.app/_logs

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.

nosovk avatar Mar 18 '23 10:03 nosovk