Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 614 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 614 Bytes

PHP OO MVC

Docker Version Support

It is an example of using a mvc pattern in php7.4 but with installation completely via docker

Execution

docker-compose up -d

or

docker compose up -d

How To Use

  • First configure the files with the variables for docker, copying a new file without the .dist

.env.dist

  • Then configure with the same information for database access

backend/app/config/config.php.dist


All examples of Models, Views and Controllers are in the project