src folder

We'll take a look at the src folder

The src folder is splited into multiples folders

  • components : contain all components for your app

  • config: contain config such as routes

  • controller: contain all controller for your app

  • forms: contain builded form (FORMS)

  • lang: contain translation

  • Plasma: this is the core folder, don't delete or touch it

  • security: contain authenticator

  • utils : contain some js class who can't be classified as above categories

Last updated