Run the command "composer init"
Followed by "composer update"
cd to the public folder and enter "php -S localhost:1000" (you can change to port to your choice from 1000)
The index.php in the public folder is where routes are added, as seen as the examples already there. The method added to routes are class that are to be created in the app/Controllers folder.
(feel free to contribute)
"x" = Done "-" = Work In Progress
- Add Database Integration/Functionality - [x]
- Add Models- [x]
- Add View layouts- [-]
- Add more middleware- [ ]
- Better/More Error Handling- [-]
- Add Documentation - [ ]