Documentation

Directory structure

  • ajax
    The ajax directory contains the ajax endpoint of your application.
  • assets
    The assets directory contains assets such as CSS, fonts, JavaScript and images
  • classes
    The classes directory contains all of your custom classes.
  • config
    The config directory, contains all of your application's configuration files.
  • core
    The core directory contains all of the core classes of Boostack
  • lang
    The lang directoy contains a series of JSON file representing the labels and translations of your application
  • logs
    The logs folder contains auto-generated raw log files
  • setup
    The setup folder contains all the files needed by the automated setup procedure. You MUST delete or rename this folder when you have successfully completed this procedure.
  • template
    The template folder contains all of the template files needed by your application.