codenteq/yurtici-shipping

The Laravel eCommerce Yurtiçi Shipping

Fund package maintenance!
codenteq

Installs: 305

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 1

Open Issues: 0

Type:package

v1.1.3 2025-08-19 09:00 UTC

This package is auto-updated.

Last update: 2025-08-19 09:01:34 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:

  • To ensure that your custom shipping method package is properly integrated into the Bagisto application, you need to register your service provider. This can be done by adding it to the bootstrap/providers.php file in the Bagisto root directory.
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.