Quick Setup
Quickly create a project using this framework
- ProjectName/
- App/
- config.php
- routes.php
- model.php
- controllers.php
- static/
- css/
- js/
- images/
- templates/
- index.html
- index.php
- .htaccess
- composer.json{
"autoload": {
"psr-4": {
"sirJuni\\Framework\\" : "vendor/shoaib/sir-juni/src/"
}
},
"require": {
"shoaib/sir-juni" : "dev-master"
}
}Enable URL rewriting
Last updated