larva/laravel-package

Laravel package template

dev-master 2024-01-01 14:38 UTC

This package is auto-updated.

Last update: 2024-10-30 16:56:24 UTC


README

Linter Status Tester Status Stable Version Total Downloads License

Laravel package template.

安装

$ composer require larva/laravel-package -vvv

Migrations

This step is also optional, if you want to custom the pivot table, you can publish the migration files:

$ php artisan vendor:publish --provider="Larva\\LaravelPackage\\PackageServiceProvider" --tag=migrations

使用

TODO

Events

License

MIT