Closed oliverpool closed 8 years ago
Hi,
thank you for this project, that I'm trying to install (on PHP5.6).
I think that there are some issues with the dbDriver selection during the installation:
dbDriver
pdo_mysql
Illuminate\Console\Command
askQuestion
Actually, the pdo_ part should be removed from the drivers
pdo_
(oups, let me do it on develop instead)
develop
Hi,
thank you for this project, that I'm trying to install (on PHP5.6).
I think that there are some issues with the
dbDriver
selection during the installation:pdo_mysql
(but is probably useless, see next point)Illuminate\Console\Command
already manages the default argument, so theaskQuestion
can be simplified.