Directory Structure
Top Level
Directory | Usage | See | |
---|---|---|---|
Documentation | Documentation Directory | for doxygen and other docu stuff | |
Install | RPM Install | for RPM deployment | Install Framework |
app | L5 | https://laravel.com/docs/structure | |
bootstrap | L5 | https://laravel.com/docs/structure | |
config | L5 | https://laravel.com/docs/structure | |
database | L5 | https://laravel.com/docs/structure | |
modules | Modules Directory | Writing your own Modules | |
public | L5 | public dir for admin | https://laravel.com/docs/structure |
public-ccc | L5 | public dir for CCC | Apache: Running CCC on a different HTTP Port than Admin |
resources | L5 | https://laravel.com/docs/structure | |
storage | L5 | https://laravel.com/docs/structure | |
tests | L5 | Unittesting | https://laravel.com/docs/structure |
vendor | L5 | https://laravel.com/docs/structure |
Important Files
Most of the stuff is related to our Base MVC stuff. For a more detailed info see Directory/File Structure of Base MVC!