added read-only mode #28nd2px

This commit is contained in:
Denis Duliçi
2022-04-25 15:04:04 +03:00
parent 938d43c58b
commit 685aadd67c
11 changed files with 192 additions and 2 deletions

View File

@ -48,6 +48,10 @@ class Event extends Provider
'Illuminate\Auth\Events\Logout' => [
'App\Listeners\Auth\Logout',
],
//'Illuminate\Console\Events\ScheduledTaskStarting' => [
'Illuminate\Console\Events\CommandStarting' => [
'App\Listeners\Common\SkipScheduleInReadOnlyMode',
],
'App\Events\Auth\LandingPageShowing' => [
'App\Listeners\Auth\AddLandingPages',
],