3
3
[ ![ Build Status] ( https://secure.travis-ci.org/ohmybrew/laravel-shopify.png?branch=master )] ( http://travis-ci.org/ohmybrew/laravel-shopify )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/ohmybrew/laravel-shopify/badge.svg?branch=master )] ( https://coveralls.io/github/ohmybrew/laravel-shopify?branch=master )
5
5
6
- * Work in progress* .
6
+ * Work in progress* . A Laravel package for aiding in Shopify App development, it will follow suit to ` shopify_app ` for Rails.
7
7
8
- A Laravel package for aiding in Shopify App integration, it will follow suit to ` shopify_app ` for Rails.
8
+ ## Goals
9
+
10
+ + Provide assistance in developing Shopify apps with Laravel
11
+ + Integration with Shopify API
12
+ + Authentication & installation for shops
13
+ + Auto install app webhooks and scripttags thorugh background jobs
14
+ + Provide basic ESDK views
15
+
16
+ ## Requirements
17
+
18
+ Here are the requirements to run this Laravel package.
19
+
20
+ | Package | Version | Notes |
21
+ | ---------------------- | :---------:| :---------------------------------------- |
22
+ | ` php ` | 7 | Due to ` ohmybrew/basic-shopify-api ` |
23
+ | ` laravel/framework ` | 5.4.* | |
9
24
10
25
## Installation
11
26
@@ -27,21 +42,12 @@ Open `app/Http/Kernel.php` find `routeMiddleware` array. Add a new line with:
27
42
28
43
` 'auth.shop' => \OhMyBrew\ShopifyApp\Middleware\AuthShop::class, `
29
44
30
- ## Requirements
31
-
32
- Here are the requirements to run this Laravel package.
33
-
34
- | Package | Version | Notes |
35
- | -------------------- | :---------:| ----------------------------------------:|
36
- | php | 7 | Due to ` ohmybrew/basic-shopify-api ` |
37
- | laravel/framework | 5.4.* | |
38
-
39
45
## Routes
40
46
41
47
Here are the defined routes and what they do.
42
48
43
49
| Route | Notes |
44
- | -------------------- | ----------------------------------------: |
50
+ | -------------------- | : ---------------------------------------- |
45
51
| /login | Displays login/install page |
46
52
| /authenticate | Authenticates the shop/installs the shop |
47
53
0 commit comments