apsonex/package-tools

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/apsonex/package-tools

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

This package is not auto-updated.

Last update: 2025-10-07 03:24:01 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');
}