We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1ed00 commit 34b97acCopy full SHA for 34b97ac
src/AdminLTETemplatesServiceProvider.php
@@ -15,6 +15,9 @@ class AdminLTETemplatesServiceProvider extends ServiceProvider
15
public function boot()
16
{
17
$this->loadViewsFrom(__DIR__.'/../views', 'adminlte-templates');
18
+ $this->publishes([
19
+ __DIR__ . '/../views' => base_path('resources/views/vendor/adminlte-templates')
20
+ ]);
21
22
Paginator::defaultView('adminlte-templates::common.paginator');
23
Paginator::defaultSimpleView('adminlte-templates::common.simple_paginator');
0 commit comments