Skip to content

skeleton needed by findhit-emvici each time it creates a new project

License

Notifications You must be signed in to change notification settings

emvici/emvici-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

findhit-emvici-skeleton

skeleton needed by findhit-emvici each time it creates a new project

If this app is called emvici (MVC), why there aren't only the folders for models, views, and controllers?

Models, Views and Controllers on Web environment are excelent for deployment on simple dynamic pages. Nowadays senior developers just need more than that.

Things like:

  • Locales
  • Database Migrations
  • Server-side and Client-side caching
  • Multiple Data Transports on-the-fly
  • and so on...

Structure Explaination

  • configs/ - Here is where all configurations (for core and modules) will rest.
    • configs/[ENV]/ - config's sub-folders are meant to define configurations for each environment, if you try to start your app with an environment that isn't present here, it wont start!
  • controllers - In MVC, this is the C, Controllers.

About

skeleton needed by findhit-emvici each time it creates a new project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published