You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Laravel Totem`'s dashboard is inspired by `Laravel Horizon`. Just like Horizon you can configure authentication to `Totem`'s dashboard. Add the following to the boot method of your AppServiceProvider or wherever you might seem fit.
83
+
`Laravel Totem`'s dashboard is inspired by `Laravel Horizon`. Just like Horizon you can configure authentication to `Totem`'s dashboard. Add the following to the boot method of your AppServiceProvider or wherever you might seem fit.
83
84
84
85
```php
85
86
use Studio\Totem\Totem;
@@ -152,7 +153,7 @@ In the example above, name is an argument while greetings is an option
152
153
153
154
In addition to the dashboard, Totem provides an artisan command to view a list of scheduled task.
0 commit comments