Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


...

There are three different types of data to handle:

  • data used by/generated for external tools:
    • TFTP ⇒ /tftpboot/*
    • DHCP ⇒ /etc/dhcpd/*
  • data used by Laravel (to work with; from external sources) ⇒ later on this will be updated (rsync?) by our “Control-Server”
    • /var/www/lara/storage/app/config/<MODULE_LOWERCASE>/*
  • data generated by/uploaded to Laravel
    • /var/www/lara/storage/app/data/<MODULE_LOWERCASE>/*

 

Current data

As /storage is not under version control here is the current content of /storage/app/config – compare and copy to your own directory:

storage__app__config__provvoip.tar.bz2 (2016-11-09, Patrick Reichel)

...

Top Level

DirectoryUsage See
DocumentationDocumentation Directoryfor doxygen and other docu stuff 
InstallRPM InstallInstall Framework
appL5 https://laravel.com/docs/structure
bootstrapL5 https://laravel.com/docs/structure

config

L5 https://laravel.com/docs/structure
databaseL5 https://laravel.com/docs/structure
modulesModules Directory Writing your own Modules
publicL5public dir for adminhttps://laravel.com/docs/structure
public-cccL5public dir for CCCApache: Running CCC on a different HTTP Port than Admin
resourcesL5 https://laravel.com/docs/structure
storageL5 https://laravel.com/docs/structure
testsL5Unittestinghttps://laravel.com/docs/structure
vendorL5 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!