承接 tomatophp/filament-translations-google 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

tomatophp/filament-translations-google

最新稳定版本:v4.0.0

Composer 安装命令:

composer require tomatophp/filament-translations-google

包简介

Translations Manager extension to use Google translation crawling to auto translate your __(), trans() fn

README 文档

README

Screenshot

Filament Google Translations

Dependabot Updates PHP Code Styling Tests Latest Stable Version License Downloads

Translations Manager extension to use Google translation crawling to auto translate your __(), trans() fn

Screenshots

Installation

before install this package you need to have Translation Manager installed and configured

composer require tomatophp/filament-translations-google

after install your package please run this command

php artisan filament-translations-google:install

finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php

->plugin(\TomatoPHP\FilamentTranslationsGoogle\FilamentTranslationsGooglePlugin::make())

Publish Assets

you can publish config file by use this command

php artisan vendor:publish --tag="filament-translations-google-config"

you can publish languages file by use this command

php artisan vendor:publish --tag="filament-translations-google-lang"

Testing

if you like to run PEST testing just use this command

composer test

Code Style

if you like to fix the code style just use this command

composer format

PHPStan

if you like to check the code by PHPStan just use this command

composer analyse

Other Filament Packages

Checkout our Awesome TomatoPHP

统计信息

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

GitHub 信息

  • Stars: 5
  • Watchers: 2
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-10-26