Minimalistic custom framework
Related core package : https://github.com/amha-osama/php-mvc-core
-
Download the archive or clone the project using git
-
Create
.env
file from.env.example
mv .env.example .env
-
Run
composer
composer installe
-
Make sure you have docker installed.
-
Navigate to the project root directory and run
docker-compose up -d
-
open php may admin in browser : http://localhost:8081/
-
Run migrations by executing
php vendor/bin/phinx migrate
-
Go to the
public
-
Start php server by running command
php -S localhost:8080
-
Open in browser : http://localhost:8080/