“Whoops, looks like something went wrong” Laravel Solución: En app/Exceptions/Handler.php cambiar public function render($request, Exception $e) { return response()->view(‘errors.custom’); } mayo 19, 2017 Read more
could not find driver Laravel QueryException in Connection.php line 647: could not find driver Solución: habilitar en php.ini 911: extension=php_pdo_odbc.dll mayo 19, 2017 Read more
Class ‘Form’ not found Laravel First add this line to composer.json «illuminate/html»: «~5.0» Then do a composer update Wait for the update to finish, then…PPP abril 10, 2016 Read more