larva / laravel-package
Laravel package template
dev-master
2024-01-01 14:38 UTC
Requires
- laravel/framework: ^9.0|^10.0
Requires (Dev)
- brainmaestro/composer-git-hooks: ^2.8
- friendsofphp/php-cs-fixer: ^3.6
- mockery/mockery: ^1.2
- orchestra/testbench: ^6.18
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-30 16:56:24 UTC
README
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