Skip to content

Nandi97/PHP-MVC-FRAMEWORK

Repository files navigation

PHP-MVC-FRAMEWORK

This is an attempt at making my own personal PHP framework purely for learning purposes.

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. Run migrations by executing php migrations.php from the project root directory
  6. Go to the public folder
  7. Start php server by running command php -S 127.0.0.1:8080
  8. Open in browser http://127.0.0.1:8080

About

This is an attempt at making my own personal PHP framework purely for learning purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published