Skip to content

Commit 8eaa85b

Browse files
authored
Update README.md (#308)
* Update README.md Add the installation command. * Update README.md publish the config file
1 parent b3d58ba commit 8eaa85b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88

99
This is a maintained version of the wonderful but now deprecated original [Laravel Shopify App](https://github.com/gnikyt/laravel-shopify/). To keep things clean, this has been detached from the original.
1010

11+
----
12+
To install this package run:
13+
```
14+
composer require kyon147/laravel-shopify
15+
```
16+
Publish the config file:
17+
```
18+
php artisan vendor:publish --tag=shopify-config
19+
```
1120
----
1221

1322
A full-featured Laravel package for aiding in Shopify App development, similar to `shopify_app` for Rails. Works for Laravel 8 and up.

0 commit comments

Comments
 (0)