laravel-streams / streams-core

Streams is an open-source web application engine for Laravel.
https://streams.dev
Other
170 stars 99 forks source link

Dispatcher doesn't allow null value at GenerateDatabaseFile #65

Closed ramon-villain closed 9 years ago

ramon-villain commented 9 years ago

I'm working locally, so I don't set any password. Can I set a null value as a 'DefaultValue' for the db_password?

Unable to map parameter [password] to command [Anomaly\StreamsDistribution\Command\GenerateDatabaseFile]

I'm getting this message

RyanThompson commented 9 years ago

Doop: https://github.com/anomalylabs/streams-platform/issues/62

ramon-villain commented 9 years ago

my bad :(

RyanThompson commented 9 years ago

Ill get this fixed tonight - you can add a null here though: https://github.com/anomalylabs/streams-distribution/blob/master/src/Command/GenerateDatabaseFile.php#L16

RyanThompson commented 9 years ago

All good! I do it all the time ^_^