Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ke20/symfony4-dev-project

Repository files navigation

Build Status

What ?

This is a little base project to start new project with Symfony 4.

Not to use in production ! Just useful for start a new development !

This project requires docker and docker-compose

Get started

$ git clone https://github.com/ke20/symfony4-dev-project my-project
$ cd my-project
$ docker-compose run --rm php composer install
$ docker-compose up -d

And go to http://localhost

Some useful commands

Run composer command :

$ docker-compose exec php composer [options][command]

Run symfony command :

$ docker-compose exec php bin/console [options][command]

Run tests command:

$ docker-compose exec php bin/phpunit [options][command]

About

Base for symfony 4 project with nginx/php-fpm/mariadb/phpyadmin running on docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /