这是一个测试包
github.com/cui-andrew/test-contact-pkg
源代码
问题
安装: 7
依赖: 0
建议者: 0
安全: 0
星星: 1
关注者: 0
分支: 0
公开问题: 0
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
MIT 1d029c642e5bdc0f9cb25da3ff0b6b179a03870b
This package is auto-updated.
Last update: 2024-09-24 04:39:13 UTC
这是测试如何制作 laravel 包的方法
1 在 /config/app.php 中添加代码
Andrew\Contact\ContactServiceProvider::class,
2 添加配置文件
php artisan vendor:publish --provider="Andrew\Contact\ContactServiceProvider"