|
I wrote an application using FuelPHP that is hosted in git. I need to be able to type 'git pull' when I make major changes. This dictates I can't adjust the folder structure, so I need to move the root of my website from webapps/$APP to webapps/$APP/public/ How do I do this? |
|
A 'Symbolic link' application, pointing to your ~/webapps/$APP/public directory, is the most common and easiest way in our environment. Then, you can use that app instead of the FuelPHP one in your website entry. |