# HeEPP MVC Framework | webally.co.za

.  .   .___.__ .__    .__ .__. __  __.   .  ..___
|__| _ [__ [__)[__)   |  \|  |/  `(__    |\/|[__ 
|  |(/,[___|   |    * |__/|__|\__..__) * |  |[___
                                                 
# HeEPP - Hyper Extensible Element PreProcessor

Update 29 March 2022. I'm busy writing these docs at the moment and should be done within a week or two, so please come back, read the getting started page and test out my PHP MCV Framework.

# Precursor

If you are still learning PHP, then maybe try learnyouphp

To create new projects and to explore the code we can use PHP CLI for a lot of that

  1. PHP Cli Basics
  2. Getting Started
  3. File Structure
  4. HeEPP (Core Principles)
  5. Projects - Multiple projects with one code base
  6. Environment variables
  7. Models
  8. Database
  9. Views and template system
  10. Custom HTML Elements in the backend
  11. SCSS will be auto compiled
  12. Markdown will be auto compiled
  13. XHTML and Blade Templates will be auto compiled
  14. Controllers
  15. Helpers
  16. Data, where does it live and sharing what you need with the frontend
  17. Routes, Auto Routes, API Routes, Auth and Closures
  18. Building an API
  19. Minifying and Combining Assets
  20. Custom Package Manager
  21. Frontend
  22. Triggering events on to backend to execute on the front.
  23. Sockets
  24. Debugging
  25. Logs
  26. Unit Tests