heptaaurium/aliexpress-importer 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

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:

  1. 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
    
  2. 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-importer
    

    Make sure you have composer installed on your system before running this command.

  3. After the installation is complete, you can proceed with configuring and using the AliExpress Importer package as per your requirements.

  4. To publish the package's configuration files, run the following command:

    php artisan vendor:publish --provider="HeptaAurium\AliExpressImporter\AliExpressImporterServiceProvider" --tag="config"
    
  5. Next, run the migrations to create the necessary database tables:

    php artisan migrate
    

    This will create the required tables for the AliExpress Importer package in your database.

  6. Finally, you can start using the AliExpress Importer package in your Laravel project.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-09-17