Skip to content

codenteq/yurtici-shipping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.