I've been searching for the solution for a while and didn't find any so I need to ask the community to help. I was using Subversion for a long time on Laravel projects I've been working on. Every project was on my server and for every project I used SymLinks for splitting /public folder away from Laravel files. But now on this new project I won't be using my server and I need to use clients. Laravels files would be under root and /public folder will be under public_html (which is prefered way of instalation of Laravel I know). Question is how do you setup your project so that every commit goes onto its place, eg. if I work on controller and I commit it, it needs to go to /laravel under the root, and if I edit CSS and commit, it needs to go under /public folder. I tried some solutions but I simply can not make SVN to behave as I want it to. Any help or idea would be helpful.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community