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
In my case it was because I deleted
'default' => 'mysql',
by mistake from app/config/database.php.