add auto update feature

This commit is contained in:
jayvirsinh_gohil
2019-11-12 18:44:49 +05:30
parent 81f34b8912
commit 1b28b082d2
8 changed files with 254 additions and 2 deletions

View File

@ -13,8 +13,8 @@ class EventServiceProvider extends ServiceProvider
* @var array
*/
protected $listen = [
'Laraspace\Events\SomeEvent' => [
'Laraspace\Listeners\EventListener',
'Laraspace\Events\UpdateFinished' => [
'Laraspace\Listeners\Updates\V10\Version101',
],
Registered::class => [
SendEmailVerificationNotification::class,