定制 jordansitbon/rtisan-connect 二次开发

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

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

jordansitbon/rtisan-connect

Composer 安装命令:

composer require jordansitbon/rtisan-connect

包简介

This package provides a simple way to connect your Laravel application to the Rtisan API.

README 文档

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This repo can be used to connect Rtisan to your Laravel application.

Installation

For use Rtisan Connect you need to sign up for a Rtisan account and create a new project. After project creation, you can generate the Connect Token with clicking on the " ⚡️ " button.

You can install the package via composer:

composer require jordansitbon/rtisan-connect

You can publish the config file with:

php artisan vendor:publish --tag="rtisan-connect-config"

This is the contents of the published config file:

return [
    'token' => env('RTISAN_CONNECT_TOKEN'),
];

Usage

To upload your language files to Rtisan, you can use the rtisan:upload command:

php artisan rtisan:upload

To download the language files from Rtisan to your app, you can use the rtisan:download command:

php artisan rtisan:download

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-12-05