Basic barebones framework using PHP that follows the MVC pattern (Model-View-Controller).
PHP >= 7.0 Composer
PHP 8.3 Apache 2.4
git clone https://github.com/gimmeursocks/php-mvc-framework.git
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 decided to put the framework into a subfolder, open /config/config.php and set up the name of the subfolder here URL_SUBFOLDER, for example if it's loads from localhost/test/ then your URL_SUBFOLDER should be /test.