heptaaurium / aliexpress-importer
An aliexpress importer plugin for Botble laravel platform
Installs: 51
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:package
Requires
- laravel/sanctum: ^3.3
- symfony/process: 6.4.x-dev
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-importer
Make 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 migrate
This 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.