This commit is contained in:
f4ilji
2024-11-22 18:14:48 +05:00
parent c3d266a6f7
commit 048f046dcf
4 changed files with 369 additions and 1 deletions
+1
View File
@@ -33,6 +33,7 @@ class AppServiceProvider extends ServiceProvider
Model::preventLazyLoading(!app()->isProduction());
// URL::forceScheme('https');
self::registerFilamentNavigationGroups();
$this->loadViewsFrom(__DIR__.'/path/to/views', 'checkpoint');
}