Skip to content

mh3yad/PHP_MVC_FRAMEWORK

Repository files navigation

PHP MVC framework

Minimalistic custom framework created for educational purposes.

Related core package:https://packagist.org/packages/mh3yad/php-mvc-framework


Installation

  1. Download the archive or clone the project using git
  2. Create database schema
  3. Create .env file from .env.example file and adjust database parameters (including schema name)
  4. Run composer install
  5. Go to the public folder
  6. Start php server by running command php -S 127.0.0.1:8080
  7. Open in browser http://127.0.0.1:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors