Fix Breadcrumb and Router

This commit is contained in:
Daeng Deni Mardaeni
2024-10-29 11:56:13 +07:00
parent e2a40f9eb3
commit eecc4e6b95
6 changed files with 105 additions and 36 deletions

View File

@@ -25,6 +25,10 @@ class BasicdataServiceProvider extends ServiceProvider
$this->registerConfig();
$this->registerViews();
$this->loadMigrationsFrom(module_path($this->name, 'database/migrations'));
if (class_exists('Breadcrumbs')) {
require __DIR__ . '/../../routes/breadcrumbs.php';
}
}
/**