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
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
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-05