heptaaurium/aliexpress-importer
最新稳定版本:1.0.0
Composer 安装命令:
composer require heptaaurium/aliexpress-importer
包简介
An aliexpress importer plugin for Botble laravel platform
README 文档
README
To install the AliExpress Importer package along with Laravel, Sanctum, and Botble, follow the steps below:
-
Make sure you have Laravel, Sanctum, and Botble installed in your project. If not, you can install them using the following commands:
composer require laravel/sanctum composer require botble/botble -
Once you have Laravel, Sanctum, and Botble installed, you can install the AliExpress Importer package by running the following command in your terminal:
composer require heptaaurium/aliexpress-importerMake sure you have composer installed on your system before running this command.
-
After the installation is complete, you can proceed with configuring and using the AliExpress Importer package as per your requirements.
-
To publish the package's configuration files, run the following command:
php artisan vendor:publish --provider="HeptaAurium\AliExpressImporter\AliExpressImporterServiceProvider" --tag="config" -
Next, run the migrations to create the necessary database tables:
php artisan migrateThis will create the required tables for the AliExpress Importer package in your database.
-
Finally, you can start using the AliExpress Importer package in your Laravel project.
统计信息
- 总下载量: 51
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-17