Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagisto/bagisto-sendcloud-shipping
The Laravel eCommerce Sendcloud Shipping module allows the admin to use Sendcloud shipping services for the shipment of products.
https://github.com/bagisto/bagisto-sendcloud-shipping
ecommerce laravel opensource sendcloud sendcloud-integration
Last synced: 1 day ago
JSON representation
The Laravel eCommerce Sendcloud Shipping module allows the admin to use Sendcloud shipping services for the shipment of products.
- Host: GitHub
- URL: https://github.com/bagisto/bagisto-sendcloud-shipping
- Owner: bagisto
- License: mit
- Created: 2022-01-12T08:03:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T12:49:43.000Z (almost 3 years ago)
- Last Synced: 2024-04-24T02:44:11.951Z (9 months ago)
- Topics: ecommerce, laravel, opensource, sendcloud, sendcloud-integration
- Language: Blade
- Homepage: https://bit.ly/3tpHhDo
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG for v1.3.x .md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Bagisto Send Cloud Shipping add-on provide you a better way of shipping. Bagisto Send Cloud Shipping Extention has various built-in features such as – api rate, fixed rate, create sendcloud shipping, generate label.
- Provide SendCloud shipping for bagisto.
- You can also Apply your Custom Rate or rate from the api.
- You can setup fixed rate or api rate from the backend configuration settings.
- You can setup Free shipping from at the back end.
- Generate sendcloud shipping from the admin pannel(backend).
- Generate label for the recently created sendcloud shipment.## Requirements:
- **Bagisto**: v1.3.2.
## Installation :
- Run the following command
```
composer require bagisto/bagisto-sendcloud-shipping
```- Goto config/concord.php file and add following line under 'modules'
```php
\Webkul\SendcloudShipping\Providers\ModuleServiceProvider::class
```- Run these commands below to complete the setup
```
composer dump-autoload
``````
php artisan migrate
php artisan route:cache
php artisan config:cache
``````
php artisan vendor:publish
```
-> Press 0 and then press enter to publish all assets and configurations.> That's it, now just execute the project on your specified domain.