added landing page event

This commit is contained in:
Denis Duliçi
2020-07-26 19:47:23 +03:00
parent 7feb9e9081
commit dd9e95f57e
8 changed files with 122 additions and 42 deletions

View File

@ -29,6 +29,9 @@ class Event extends Provider
'Illuminate\Auth\Events\Logout' => [
'App\Listeners\Auth\Logout',
],
'App\Events\Auth\LandingPageShowing' => [
'App\Listeners\Auth\AddLandingPages',
],
'App\Events\Purchase\BillCreated' => [
'App\Listeners\Purchase\CreateBillCreatedHistory',
'App\Listeners\Purchase\IncreaseNextBillNumber',