apsonex/package-tools

dev-master 2022-12-04 15:41 UTC

This package is not auto-updated.

Last update: 2024-11-04 22:46:39 UTC


README

HasServiceProvidersUtilities

/**
* Credit goes to
* https://darkghosthunter.medium.com/laravel-packages-load-or-publish-migrations-119db770c870 
*/
public function boot() {
    $this->registerMigrations(__DIR__ . '/../database/migrations');
}