Skip to content

Fish support for Symfony developer shortcuts when using Docker.

License

Notifications You must be signed in to change notification settings

fervo-and-friends/symf-fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symf-fish

Fish support for Symfony developer shortcuts when using Docker.

Requirements

  • Docker Compose >=1.18.0

Install

With fisherman

fisher add fervo-and-friends/symf-fish

Usage

First, make sure there's .phpcontainer and .nodecontainer files in the same directory as your docker-compose.yaml file. These should contain the Docker Compose names of the containers in which php and node commands respectively should be executed.

docker-compose exec php

$ dcep ls

docker-compose run php

$ dcrp ls

docker-compose exec node

$ dcen ls

docker-compose run node

$ dcrn ls

Symfony console

$ dsf help

Composer

Note: Your auth.json will be exported to Docker. Make sure your auth.json is located in ~/.composer/auth.json.

$ dcomposer

Node

$ dnode

npm

$ dnpm

Behat

$ dbehat

PHPUnit

$ dphpunit

PHPSpec

$ dphpspec run

About

Fish support for Symfony developer shortcuts when using Docker.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages