Laravel package template.
$ composer require larva/laravel-package -vvv
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
Event | Description |
---|---|
Larva\LaravelPackage\Events\SampleEvent |
Sample description. |
MIT