codedor / filament-settings
这是我创建的包 filament-settings
v1.1.0
2024-08-02 09:57 UTC
Requires
- php: ^8.2|^8.3
- filament/filament: ^3.1
- illuminate/contracts: ^10.0|^11.0
- livewire/livewire: ^3.2
- spatie/laravel-package-tools: ^1.12
Requires (Dev)
- larastan/larastan: ^2.0
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.0|^8.0
- orchestra/testbench: ^8.0|^9.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
This package is auto-updated.
Last update: 2024-09-22 07:06:10 UTC
README
安装
您可以通过composer安装此包
composer require codedor/filament-settings
用法
setting('site.name', 'Filament Settings');
文档
完整文档请查看 这里。
测试
vendor/bin/pest
变更日志
请查看 CHANGELOG 了解最近的变化。
升级
有关如何升级到新版本的详细信息,请查看 UPGRADING。
贡献
请查看 CONTRIBUTING 了解详细信息。
安全漏洞
如果您发现任何与安全相关的问题,请发送电子邮件到 info@codedor.be 而不是使用问题跟踪器。
许可证
MIT许可证(MIT)。请查看 许可证文件 了解更多信息。