#
HeEPP MVC Framework | webally.co.za
By
. . .___.__ .__ .__ .__. __ __. . ..___
|__| _ [__ [__)[__) | \| |/ `(__ |\/|[__
| |(/,[___| | * |__/|__|\__..__) * | |[___
# 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
- PHP Cli Basics
- Getting Started
- File Structure
- HeEPP (Core Principles)
- Projects - Multiple projects with one code base
- Environment variables
- Models
- Database
- Views and template system
- Custom HTML Elements in the backend
- SCSS will be auto compiled
- Markdown will be auto compiled
- XHTML and Blade Templates will be auto compiled
- Controllers
- Helpers
- Data, where does it live and sharing what you need with the frontend
- Routes, Auto Routes, API Routes, Auth and Closures
- Building an API
- Minifying and Combining Assets
- Custom Package Manager
- Frontend
- Triggering events on to backend to execute on the front.
- Sockets
- Debugging
- Logs
- Unit Tests