Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.