Closed MitchellMcKenna closed 10 years ago
@mitchellvanw I've updated this pull request with the changes from #10 being merged into master. This will also fix SQLite not currently working in master.
Yes please.
@MitchellMcKenna this is really useful and will be added. The only problem is that I'll be merging in Kirk's new database config PR #31 and that will make it so that I can't merge this in. Thanks a lot for the suggestion!
database
must change topath
for doctrine.port
config param not allowing user's to specify a custom mysql port.Implementation notes: I tried to mimic the same way Laravel detects a Read/Write Connection:
$writeConfig
and$readConfig
is done the same as in Laravel's code here.