apsonex/package-tools

Maintainers

👁 apsonex

Package info

github.com/apsonex/package-tools

pkg:composer/apsonex/package-tools

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT fe9abf56f3c6b8ad9d9b93f7dcf27c288b25eb75

  • Apsonex Inc. <apsonexinc.woop@gmail.com>

This package is not auto-updated.

Last update: 2026-06-16 06:43:45 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');
}