piclou / ikcms
描述
dev-master
2018-11-20 12:50 UTC
Requires
- anlutro/l4-settings: ^0.7.3
- artesaos/seotools: ^0.12.1
- aschmelyun/larametrics: ^1.1
- illuminate/support: ~5
- intervention/image: ^2.4
- laravelcollective/html: ^5.4.0
- spatie/eloquent-sortable: ^3.4
- spatie/laravel-cookie-consent: ^2.4
- yajra/laravel-datatables-oracle: ~8.0
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2024-09-21 03:25:21 UTC
README
这里应该放置您的描述。请查看 contributing.md 了解待办事项清单。
安装
通过 Composer
$ composer require "piclou/ikcms @dev"
使用
$ php artisan make:auth
$ php artisan migrate
$ php artisan ikcms:install
$ php artisan vendor:publish --provider="Piclou\Ikcms\IkcmsServiceProvider"
$ php artisan vendor:publish --provider="Aschmelyun\Larametrics\LarametricsServiceProvider"
- 提供者
Piclou\Ikcms\IkcmsServiceProvider::class,
'IkCms' => \Piclou\Ikcms\Facades\Ikcms::class,
'IkForm' => \Piclou\Ikcms\Facades\IkForm::class,
变更日志
请查看 changelog 了解最近的变化。
测试
$ composer test
贡献
请查看 contributing.md 了解详细信息及待办事项清单。
安全性
如果您发现任何安全相关的问题,请通过电子邮件 vincent@ikon-k.Fr 而不是使用问题跟踪器。
致谢
许可
许可。请查看 许可文件 了解更多信息。