Minimalistic custom framework created for educational purposes.
It is a framework on base of core that was created for educational purposes
It contains some example code to show the abilities of framework
- Download the archive or clone the project using git
git clone https://github.com/1mpossible-code/php-mvc-framework.git
- Use composer to require core
composer require impossible/php-mvc-core
- Create
.env
file from.env.example
file - Run
composer install
- Run
docker-compose up
- Run
docker ps
and find CONTAINER ID of apache container - Run
docker exec -ti CONTAINER ID sh -c "php app/migrations.php up"
- Open in browser http://localhost/
You can use default .env file to run build
You can find documentation with the link
Feel freely to contribute this project. Issues and PRs are welcome!
You can mail to linme00p@gmail.com
to contact the author
Copyright © 2021 1mpossible-code. This project is GPLv3 licensed.