定制 vectorwyse/locale-switcher 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

vectorwyse/locale-switcher

Composer 安装命令:

composer require vectorwyse/locale-switcher

包简介

Adds locale switching to a Laravel project

README 文档

README

Adds locale switching to a Laravel project.

Give users ability to toggle between languages. Provides template for language dropdown. Selected language will be saved to the database.

Installation

composer require vectorwyse/locale-switcher
php artisan migrate

Usage

Add list of supported locales and descriptions in config/app.php. Make sure you have all the language files!

'available_locales' => [
    'en' => 'English',
    'es_es' => 'Español',
    'zh_TW' => '中文',
],

Nova

If you are using Nova, add the following to your header template:

@include('locale-switcher::nova-dropdown')

This will add a <dropdown> component. If you would like to style any of the elements within the template, pass in an $attributes array. We currently only support the elements listed below:

@include('locale-switcher::nova-dropdown', ['attributes' => [
    'dropdown' => ['class' => 'ml-auto h-9 flex items-center dropdown-right'],
    'dropdown-trigger' => ['class' => 'h-9 flex items-center text-90'],
    'dropdown-menu' => ['width' => '200', 'direction' => 'rtl'],
    'a' => ['class' => 'block no-underline text-90 hover:bg-30 p-3'],
]])

If you would like to override the existing template completely and style your own, put the code in resources/views/vendor/locale-switcher/nova-dropdown.blade.php

Vanilla HTML

Coming soon!

Support Us

Vectorwyse is a digital agency offering advisory and web development services. We love building things with Laravel and Vue.js, so when we have an opportunity to give back to the community, we're super excited!

If you find this package useful, or if you would like us to build something for you, feel free to drop us a line!

vectorwyse/locale-switcher 适用场景与选型建议

vectorwyse/locale-switcher 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 4.43k 次下载、GitHub Stars 达 3, 最近一次更新时间为 2019 年 06 月 06 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 vectorwyse/locale-switcher 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 vectorwyse/locale-switcher 我们能提供哪些服务?
定制开发 / 二次开发

基于 vectorwyse/locale-switcher 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-06-06