manuxi/sulu-app-settings-basic-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

manuxi/sulu-app-settings-basic-bundle

最新稳定版本:1.1.0

Composer 安装命令:

composer require manuxi/sulu-app-settings-basic-bundle

包简介

Say hello to Sulu app settings (basic)!

README 文档

README

License: MIT GitHub license

I made this bundle to have the possibility to manage some basic settings in my projects.

image

This bundle contains

  • Possibility to modify settings for
  • language switcher
  • search configuration

Please feel comfortable submitting feature requests. This bundle is still in development. Use at own risk 🤞🏻

👩🏻‍🏭 Installation

Install the package with:

composer require manuxi/sulu-app-settings-basic-bundle

If you're not using Symfony Flex, you'll also need to add the bundle in your config/bundles.php file:

return [
    //...
    Manuxi\SuluAppSettingsBasicBundle\SuluAppSettingsBasicBundle::class => ['all' => true],
];

Please add the following to your routes_admin.yaml:

SuluTestimonialsBundle:
    resource: '@SuluAppSettingsBasicBundle/Resources/config/routes_admin.yml'

Last but not least the schema of the database needs to be updated.

Some tables will be created.

See the needed queries with

php bin/console doctrine:schema:update --dump-sql

Update the schema by executing

php bin/console doctrine:schema:update --force

Make sure you only process the bundles schema updates!

🎣 Usage

First: Grant permissions for app_settings_basic. After reload you should see the settings item in the navigation.

🧶 Configuration

There exists no configuration.

统计信息

  • 总下载量: 15
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-23