codenteq/yurtici-shipping

The Laravel eCommerce Yurtiçi Shipping

Fund package maintenance!
codenteq

Installs: 133

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 1

Open Issues: 0

Type:package

v1.1.2 2025-03-12 14:36 UTC

This package is auto-updated.

Last update: 2025-03-12 14:39:25 UTC


README

Yurtiçi Shipping

License Total Downloads

1. Introduction:

Yurtiçi Shipping Add-on provides Yurtiçi Shipping methods for shipping the product.

2. Requirements:

  • PHP: 8.2 or higher.
  • Bagisto: v2.*
  • Composer: 1.6.5 or higher.

3. Installation:

  • Run the following command
composer require codenteq/yurtici-shipping
  • Run these commands below to complete the setup
composer dump-autoload
  • Run these commands below to complete the setup
php artisan optimize

Installation without composer:

  • Unzip the respective extension zip and then merge "packages" and "storage" folders into project root directory.
  • Goto config/app.php file and add following line under 'providers'
Webkul\YurticiShipping\Providers\YurticiShippingServiceProvider::class,
  • Goto composer.json file and add following line under 'psr-4'
"Webkul\\YurticiShipping\\": "packages/Webkul/YurticiShipping/src"
  • Run these commands below to complete the setup
composer dump-autoload
php artisan optimize

That's it, now just execute the project on your specified domain.

How to contribute

Yurtiçi Shipping is always open for direct contributions. Contributions can be in the form of design suggestions, documentation improvements, new component suggestions, code improvements, adding new features or fixing problems. For more information please check our Contribution Guideline document.