documentation
This commit is contained in:
parent
673125274e
commit
eaec039727
4
docs/Bundles.md
Normal file
4
docs/Bundles.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Bundles
|
||||||
|
|
||||||
|
## How to Create a bundle
|
||||||
|
|
@ -14,5 +14,6 @@ php bin/console security:hash-password
|
|||||||
|
|
||||||
# Composer Cheat Sheet
|
# Composer Cheat Sheet
|
||||||
|
|
||||||
|
composer dump-autoload
|
||||||
## Installed Recipes
|
## Installed Recipes
|
||||||
Use ```composer recipes``` to see which bundles you have installed.
|
Use ```composer recipes``` to see which bundles you have installed.
|
||||||
|
@ -6,4 +6,11 @@ You should be able to manually parse the docker compose file.
|
|||||||
How to run with docker:
|
How to run with docker:
|
||||||
```bash
|
```bash
|
||||||
sudo docker-compose run php bin/console doctrine:migrations:migrate
|
sudo docker-compose run php bin/console doctrine:migrations:migrate
|
||||||
|
```
|
||||||
|
where php is the name of the container in the docker-compose file.
|
||||||
|
|
||||||
|
## Build php container
|
||||||
|
|
||||||
|
```
|
||||||
|
docker build -t vendor/php:latest .
|
||||||
```
|
```
|
Reference in New Issue
Block a user