PHP >=7.1.20 Composer
PHP 7.1.20 Apache
git clone https://github.com/gmaccario/simple-mvc-php-framework.git
Or download the package from Github.
After the installation on your local or container, run the following command:
composer install
- Set up and run your webserver (e.g. Apache);
- Open your browser;
- Go to the index page (often localhost).
Note: if you decide to put the framework into a subfolder, open /config/config.php and set up the name of the subfolder here URL_SUBFOLDER
https://www.giuseppemaccario.com/how-to-build-a-simple-php-mvc-framework/