laravel-package maintained by larva
Description
Laravel package template
Author
Last update
2024/01/01 15:38
(dev-master)
License
Downloads
0
Laravel Package
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