Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naresh-webkul authored Jan 17, 2022
1 parent 9018628 commit 709a434
Showing 1 changed file with 2 additions and 33 deletions.
35 changes: 2 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It packs in lots of demanding features that allows your business to scale in no

- **Bagisto**: v1.3.3

## Installation with composer:
## Installation :
- Run the following command
```
composer require bagisto/bagisto-ups-shipping
Expand All @@ -36,35 +36,4 @@ php artisan vendor:publish
```
-> Press 0 and then press enter to publish all assets and configurations.

## Installation without composer:

- Unzip the respective extension zip and then merge "packages" folders into project root directory.
- Goto config/app.php file and add following line under 'providers'

~~~
Webkul\UpsShipping\Providers\UpsShippingServiceProvider::class
~~~

- Goto composer.json file and add following line under 'psr-4'

~~~
"Webkul\\UpsShipping\\": "packages/Webkul/UpsShipping/src"
~~~

- Run these commands below to complete the setup

~~~
composer dump-autoload
~~~

~~~
php artisan optimize
~~~

~~~
php artisan vendor:publish
-> Press 0 and then press enter to publish all assets and configurations.
~~~

> now execute the project on your specified domain.
> now execute the project on your specified domain.

0 comments on commit 709a434

Please sign in to comment.