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!