This is must have link.
Because all new Symfony project must be started from creating such DB schema.
Elixir |> Phoenix |> Development
This is must have link.
Because all new Symfony project must be started from creating such DB schema.
I want to share this information with you because I’ve solved this issue and found that it’s not trivial.
We can divide installation process on two stages:
1. Installation Symfony
2. Setting up VDS for using SymfonyÂ
Continue reading “How to install Symfony on GoDaddy Virtual Dedicated Server”
If you are doing Symfony you probably already know that you should frequently clear the project cache.
By typing this command:
project_folder> symfony clear cache
Very often we need to look at the browser and do a page refresh to get new addings displayed.
Press F5 in the browser, waiting… and nothing is changed!!
WTF?! Oh, I forgot to clear the cache. Continue reading “First nice to have while developing in Symfony”