php-mvc-template
v3.1.13
Published
Fast and optimized MVC php template.
Downloads
26
Readme
PHP-MVC-TEMPLATE
Generate your own mvc template
php-mvc-template is a module that allows a user to generate a PHP template with an MVC core.
Requirement :
Command :
npx build
Starts the generation of the template according to the given project name.
npx reset
Deletes the template that has already been generated
Build :
npx build
composer install
cd public
PHP -S localhost:8000
Reset :
npx reset