jormin / laravel-geetest

极验验证码扩展包
MIT License
21 stars 6 forks source link

添加Laravel Package Discovery,使其兼容最新版Laravel #6

Closed Abbotton closed 6 years ago

Abbotton commented 6 years ago

Laravel自v5.5开始,已经支持扩展包的自动发现,仅需要在composer.json中添加几行代码,即可优化扩展包的安装过程.

jormin commented 6 years ago

感谢 PR,已合并~~