PHP MVC Framework / PHP 8
This project is for learning purposes only and entirely inspired by Zura Sekhniashvili‘s video course.
You can find that video course on the freeCodeCamp youtube channel and the source code here.
git clone https://github.com/angelokezimana/elephpant-project.git
;cd elephpant-project
;composer install
;.env.example
file and rename it to .env
or just use cp .env.example .env
;.env
file;php migrations.php
.Run php built-in web server php -S 127.0.0.1:8000 -t public
.