You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But... When I use git pull I get some issues, since public is a symbolic link and I have to make cp ... mv ... etc each time I update content in my public/ folder in my repo.
For sub-domains, I use a symbolic link as sub-domain "folder" to point to my awesome/public/ folder directly:
ln -s ~/apps/awesome/public ~/public_html/awesome
It's working like a charm; no need to modify the routes in my public/index.php.
My questions are...
There something I'm not considering that will become a trouble later?