As sf_sandbox has set up the symfony environment, why not develop in the sandbox directly and then upload on to server? What are the disadvantages of sandbox compared with configuring manually?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think there is no drawback in following this approach.
sf_sandboxis a pre-configured symfony project. One of the pluses is that is saves you time in creating your project and initializing an empty application (by default this is calledfrontend).It’s more a matter of taste rather than a matter of right or wrong. It’s up to you!
Note: If you follow this approach you have to make some initial configuration (steps 1,2,3 would be done anyway if you started your project from scratch):
config/properties.inifileconfig/databases.ymlfile (by defaultsf_sandboxusessqlitedatabase)data/sandbox.dbdatabase file