larva/laravel-package

Laravel package template

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

This package is auto-updated.

Last update: 2024-03-30 15:25:32 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

Event Description
Larva\LaravelPackage\Events\SampleEvent Sample description.

License

MIT