Justin Tallant

Results 2 comments of Justin Tallant

If you want the bundle available from the TM2 preferences menu you should install it to `~/Library/Application Support/Avian/Bundles/`

You can fix this without changing the code. In config/database.php use driver mysql In config/doctrine.php use driver pdo_mysql config/database.php ``` 'mysql' => [ 'driver' => 'mysql', 'host' => env('DB_HOST', 'localhost'),...