documentation

This commit is contained in:
Nick Yeoman 2022-11-22 22:14:27 -08:00
parent 673125274e
commit eaec039727
3 changed files with 12 additions and 0 deletions

4
docs/Bundles.md Normal file
View File

@ -0,0 +1,4 @@
# Bundles
## How to Create a bundle

View File

@ -14,5 +14,6 @@ php bin/console security:hash-password
# Composer Cheat Sheet
composer dump-autoload
## Installed Recipes
Use ```composer recipes``` to see which bundles you have installed.

View File

@ -7,3 +7,10 @@ How to run with docker:
```bash
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 .
```