/pico-mvc

MInimal MVC Implementation with PHP

Primary LanguagePHPMIT LicenseMIT

pico-mvc

MInimal MVC Implementation with PHP

This MVC is all set up adn utilized via the PHP CLI The functions possible through the CLI are:

php pico install - to run the Set up
php pico category:create <Category Name> - To create a category
php pico category:list - To list categories
php pico article:create - To create an Article
php pico article:list - To list Articles

You must Run php pico install at first to Set up.