I have a client requirement that requires a custom file structure for symfony, where i have to keep source files in the following
/src/files/*.php (project files goes here)
/lib/symfony/vendor (all symfony related files goes here)
/resources/js/*.js
/resources/css/*.css
In the above structure, where should the app directory and its sub directories (app/cache, app/config, app/log etc.)be located? I see example of changing autoload.yml file. Where this file should be located for the above structure? I am not entirely clear about this.
Can someone give an example to configure for one of the above paths?.
Any help would be greatly appreciated.
Thanks, Bharani