tselven / zen
Zen is a modern PHP MVC web and API development framework.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
Requires
- php: ^8.2
README
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
Project Folder Structure.
├───.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/