jdavidbakr / MultiServerEvent

Laravel plugin to allow scheduled events across multiple servers with the same scheduler to not overlap.
MIT License
37 stars 17 forks source link

Laravel 5.2 support #2

Closed jbardnz closed 8 years ago

jbardnz commented 8 years ago

Hey

Just wondered if their are any plans for Laravel 5.2 support. If you can point me in the right direction I may be able to provide a pull request.

Currently I get the following error when publishing the migration: Call to undefined method jdavidbakr\MultiServerEvent\Commands\MultiServerMigrationService::isDeferred() in /home/vagra nt/Code/designerwardrobe/vendor/laravel/framework/src/Illuminate/Foundation /ProviderRepository.php on line 119

jdavidbakr commented 8 years ago

I think you might have put the "\jdavidbakr\MultiServerEvent\Commands\MultiServerMigrationService::class," line in \config\app.php instead of in \App\Console\Kernel.php.

jbardnz commented 8 years ago

Hey

Yes you are indeed correct, I read through the install readme to quickly!

I have this all working correctly on 5.2.21, would it be possible to update the composer to allow installs on 5.2?

jdavidbakr commented 8 years ago

composer.json has been updated and new version 1.0.4 released.