lsimkins / laravel-zend-bundle

Zend Framework as a Laravel Bundle
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

How to use Zend Bundle in Task #1

Open ghost opened 11 years ago

ghost commented 11 years ago

Hi, I need use Zend Bundle in Task, its possible? When i execute php artisan task:method return Fatal error: Class 'Zend_Oauth_Consumer' not found

Tks

cereal-s commented 11 years ago

Place Bundle::start('zend'); inside the constructor of the Task and it will work, bye!