-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example: symfony app #19
Comments
What kind of example should this be? The full Symfony demo or some more simple (custom) website using Symfony? For the full demo website see: https://github.com/ties-v/symfony-demo-on-now and https://symfony-demo.ties.now.sh/ For a little less advanced example I would be able to put something together. |
I think we should have 2 examples
You can start with the minimal. What do you think? |
Having issues to build a symfony app. I don't know what to do with cache on a read only file system. And after that i just get weird errors. So i am tagging along on this thread! |
I used the now files from there yes. But i started with a base symfony 5.0 checkout. So i will update when i have tested this one. If i found what and where we can update and upgrade. |
Cool, the trick is to fix the cache folder in your local kernel. For reference for people who read this:
Now the next step is to get the static css/js data from the
But no luck, if you have more tips, please. Also when i have something practical i surely will share and blg about it. |
@disjfa An example for symfony 4.* is available at ties-v/symfony-demo-on-now. The now.json file might be interesting to you. One thing to notice is that is not using the new keys like Hope it helps! |
Yes, thats the v2 version i was talking about. I want to add some npm stuff (encore) also so that breaks there for now. |
Do you have an example repo somwhere? And what is exactly failing: loading of encore assets? |
Pushed my repo, just working on an example to use to prototype. https://github.com/disjfa/symfony-prototype For now i disabled the encore files and encore build step. |
There are 2 examples of symfony on vercel, take a look https://github.com/juicyfx/vercel-examples. |
No description provided.
The text was updated successfully, but these errors were encountered: