Feature #1 : Provinces

This commit is contained in:
Daeng Deni Mardaeni
2024-08-08 22:42:10 +07:00
parent 6a1a039eca
commit aa3289bd56
16 changed files with 659 additions and 51 deletions

View File

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