Guest User

Untitled

a guest
May 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # ZF Multisite Project Tool
  2. #
  3. # A change up on
  4.  
  5. application/
  6. + apis/
  7. + configs/
  8. | ` modules/
  9. + modules/ # Used for new MVC features
  10. | + community/
  11. | + core/
  12. | ` local/
  13. + plugins/ # Used for extensions to modules; hooks and the-like (maybe they should just be modules themselves?)
  14. + services/
  15. + themes/
  16. | | {theme_name}
  17. | | + layouts/
  18. | | + locale/
  19. | | ` views/
  20. | | + helpers/
  21. | | ` scripts/
  22. ` Bootstrap.php
Add Comment
Please, Sign In to add comment