Giter Site home page Giter Site logo

pfwd / symfony-console-docker-template Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 1.0 32 KB

Template for Symfony console within Docker

License: MIT License

Dockerfile 7.31% PHP 92.69%
symfony symfony-console docker docker-compose symfony4 symfony3 command-line template-project

symfony-console-docker-template's Introduction

Symfony Console Template Within Docker

A template for Symfony console commands to be used within Docker containers

Requirements

  • Docker version 18.09.2, build 6247962
  • docker-compose version 1.23.2, build 1110ad01
  • docker-machine version 0.16.1, build cce350d7

Install

$ docker-machine create symfony-console
$ docker-machine env symfony-console
$ eval $(docker-machine env symfony-console)
$ docker-compose up -d --build

Examples

Enter bash shell

$ docker-compose exec console bash

List available commands

$ docker-compose exec console bin/console

Run test command

$ docker-compose exec console bin/console app:test

Delete container

$ docker-compose down

Uninstall / Remove docker-machine

$ docker-machine stop symfony-console
$ docker-machine rm symfony-console

Adding Commands

Create commands in src/App/Command and add them to $application in bin/console

For an example see src/App/Command/TestCommand.php

Test Your Scripts

PHPStan

docker-compose exec php bin/phpstan analyse --level=7 src

Document Your Scripts

  • Create a new markdown file for each script in the script folder
  • Add the script documentation to the scripts index page

symfony-console-docker-template's People

Contributors

pfwd avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

steffmol

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.