I am developing a project using laravel 4 framework. In my database.php file I get the following error:
Undefined index: driver
And my conne
This happens to me because I deleted
'default' =>env('DB_CONNECTION', 'mysql'),
From app/config/database.php. It's necesary have a default connection