Skip to content

potatowski/skeleton_php_symfony_nginx_mysql_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Skeleton PHP Symfony

Project skeleton dockerized with PHP 7.4 with framework symfony, Nginx, MySQL 8.0.26

I had a lot of difficulties to develop some things, with friends, version conflict among other problems (the famous "It works on my machine"), so with that in mind I created this repository on github containing a working environment in docker

Environment

  • PHP v7.4 with Symfony v5.3
  • Nginx Latest
  • MySQL v8.0.26

To run the application on port 8080 on localhost(127.0.0.1), just run the command below in the folder where your project is

docker-compose up -d

To create entities, controllers, commands, etc, just run the command below in the folder where your project is

docker-compose exec php74-service php bin/console make:entity/controller/command

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published