Nasrul Hazim
Results
13
comments of
Nasrul Hazim
that supposed to be fetch from `config('attendance.models.type')`
Propose middleware syntax ``` php ...->middleware('theme:theme_name,layout_name'); ``` Both `theme_name` and `layout_name` is optional, by default it will load `default` theme. If `default` theme is not exist, fallback to default Laravel...
A quick middleware I create to load automatically the theme when specify: ``` php