Bobby Hines

Results 2 issues of Bobby Hines

Added Dockerfile. Build: `docker build -t mrsqar-ye/badmod:latest .` Launch: `docker run -it --rm mrsqar-ye/badmod:latest` Launch w/persistence: `docker run -it --rm -v ${PWD}:/srv/BadMod/ mrsqar-ye/badmod:latest` Signed-off-by: Bobby Hines

I have a Model called Address that utilizes several lookup tables named with _type (eg. Address_type, Region_type, etc.) Upon running `php artisan test-factory-helper:generate`, the package errors out with the message:...