Skip to content

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

Notifications You must be signed in to change notification settings

willavelar/php-object-oriented-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published