akhlidinov/php-mvc-framework

There is no license information available for the latest version (v1.0.1) of this package.

v1.0.1 2023-05-21 13:25 UTC

This package is auto-updated.

Last update: 2024-04-21 15:34:20 UTC


README

Clone repository

git clone https://github.com/JamshidbekAkhlidinov/php-mvc-framework.git

Create project

composer create-project akhlidinov/php-mvc-framework

.env configuration

DB_DSN=mysql:host=localhost;port=3306;dbname=mvc_framework
DB_USER=root
DB_PASSWORD=root

Db migration

php migration.php

Running project

php -S localhost:8000 public/index.php