khazhinov / laravel-lighty-mongodb-bundle
Lighty 的包,允许您与 MongoDB 一起工作
1.0.1
2022-10-05 12:29 UTC
Requires
- php: ^8.1
- ext-exif: *
- ext-fileinfo: *
- ext-json: *
- ext-mongodb: *
- ext-sodium: *
- illuminate/bus: ^9
- illuminate/config: ^9
- illuminate/console: ^9
- illuminate/database: ^9
- illuminate/http: ^9
- illuminate/pipeline: ^9
- illuminate/support: ^9
- jenssegers/mongodb: ^3.9
- khazhinov/laravel-lighty: ^1.7
- psr/simple-cache: ^1.0
- symfony/console: ^6.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.11
- laravel/framework: ^9
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-symfony: ^1.2
README
Lighty 的包,允许您与 MongoDB 一起工作
描述
该库提供 Lighty 的包,允许您与 MongoDB 一起工作。
安装
要安装此库,需要使用 Composer
composer require "khazhinov/laravel-lighty-mongodb-bundle:^1.0"
如有必要,请发布配置文件
php artisan vendor:publish --provider="Khazhinov\LaravelLightyMongoDBBundle\LaravelLightyMongoDBBundleServiceProvider" --tag="config"
许可证
MIT 许可证。有关更多信息,请参阅 许可证文本。