shpasser / GaeSupportL5

Google App Engine Support package for Laravel 5
MIT License
160 stars 27 forks source link

Fix class not found exception #47

Closed thomasruiz closed 8 years ago

thomasruiz commented 8 years ago

Fix for PHP Fatal error: Class 'Dotenv' not found in gae-support-l5/src/Shpasser/GaeSupportL5/Setup/Configurator.php on line 69

It happens in Laravel 5.2 when running gae:setup.

Also remove an unused import.

shpasser commented 8 years ago

Thanks, but I already had it locally and I have to use overload() instead of load(). Please update to the latest master.