AstroSpark Framework
Zen is a PHP Framework for develop APIs and Web Applications.
To Run This Application
- Use composser to create project
composer create-project tselven/zen your-project
├───.github
│ └───ISSUE_TEMPLATE
├───.vscode
├───assets
│ └───images
│ └───favicons
├───cache
├───controller
│ └───API
├───core
│ ├───Enums
│ ├───Interface
│ └───view
├───models
├───public
├───Routes
├───scripts
└───views
└───Errors
- Run it by using inbuild cli
php astro serve
- create controller
php astro -m -c [name]
Note : this project use routing that based on url so its require to be run as root project,
insted of usual xampp sub url format
Wrong : http://localhost:8080/your-project
Correct : http://localhost:8080/