mrgoodbytes8667/locator-bundle

Symfony 位置处理器组件

安装: 3

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放性问题: 0

类型:symfony-bundle

v0.0.2 2021-10-01 14:23 UTC

This package is auto-updated.

Last update: 2024-08-29 06:12:52 UTC


README

Packagist Version PHP from Packagist Symfony Version
GitHub Workflow Status GitHub Workflow Status codecov Packagist License
Symfony 位置处理器组件

安装

请确保已全局安装 Composer,具体请参考 Composer 文档中的安装章节

使用 Symfony Flex 的应用程序

打开命令行控制台,进入您的项目目录并执行

$ composer require mrgoodbytes8667/locator-bundle

未使用 Symfony Flex 的应用程序

步骤 1: 下载组件

打开命令行控制台,进入您的项目目录并执行以下命令以下载此组件的最新稳定版本

$ composer require mrgoodbytes8667/locator-bundle

步骤 2: 启用组件

然后,通过将其添加到项目 config/bundles.php 文件中注册的组件列表中来启用组件

// config/bundles.php

return [
    // ...
    Bytes\LocatorBundle\BytesLocatorBundle::class => ['all' => true],
];

许可协议

License
MrGoodBytes 编写的 locator-bundle 基于Creative Commons Attribution-NonCommercial 4.0 International License 许可协议。
基于 https://github.com/mrgoodbytes8667/locator-bundle 的工作。