Skip to content

AlanHdz/mvc-framework

Repository files navigation

PHP MVC Framework

Minimalistic framework with

  • Eloquent
  • Request Validation
  • Authentication

The framework is not well tested on production. If you use it on production you use it on your own risk.

Installation

  • Download the archive or clone the project using git
  • Create database schema
  • Create .env file from .env.example file and adjust database parameters (including schema name)
  • Run composer install
  • Run migrations by executing php migrations.php from the project root directory
  • Go to the public folder
  • Start php server by running command php -S 127.0.0.1:8080
  • Open in browser http://127.0.0.1:8080

The project was created together with the Youtube video series "Build PHP MVC Framework". Appreciate if you share. With few modifications

About

MVC framework in PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published