Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kyon147/laravel-shopify
A full-featured Laravel package for aiding in Shopify App development
https://github.com/Kyon147/laravel-shopify
Last synced: 22 days ago
JSON representation
A full-featured Laravel package for aiding in Shopify App development
- Host: GitHub
- URL: https://github.com/Kyon147/laravel-shopify
- Owner: Kyon147
- License: mit
- Created: 2022-11-30T11:00:08.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T10:41:31.000Z (28 days ago)
- Last Synced: 2024-11-14T11:28:33.124Z (28 days ago)
- Language: PHP
- Homepage:
- Size: 1.97 MB
- Stars: 376
- Watchers: 11
- Forks: 111
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-shopify - Kyon147/laravel-shopify - A full-featured Laravel package for aiding in Shopify App development. (Libraries / PHP)
README
# Laravel Shopify App
![Tests](https://github.com/kyon147/laravel-shopify/workflows/Package%20Test/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/kyon147/laravel-shopify/branch/master/graph/badge.svg?token=qqUuLItqJj)](https://codecov.io/gh/kyon147/laravel-shopify)
[![License](https://poser.pugx.org/kyon147/laravel-shopify/license)](https://packagist.org/packages/osiset/laravel-shopify)----
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.
----
To install this package run:
```
composer require kyon147/laravel-shopify
```
Publish the config file:
```
php artisan vendor:publish --tag=shopify-config
```
----A full-featured Laravel package for aiding in Shopify App development, similar to `shopify_app` for Rails. Works for Laravel 8 and up.
![Screenshot](screenshot.png)
![Screenshot: Billable](screenshot-billable.png)## Table of Contents
__*__ *Wiki pages*
- [Goals](#goals)
- [Documentation](#documentation)
- [Installation](../../wiki/Installation)*
- [Route List](../../wiki/Route-List)*
- [Usage](../../wiki/Usage)*
- [Changelog](../../wiki/Changelog)*
- [Contributing Guide](CONTRIBUTING.md)
- [LICENSE](#license)For more information, tutorials, etc., please view the project's [wiki](../../wiki).
## Goals
- [ ] Per User Auth Working
- [ ] Better support for SPA apps using VueJS
- [ ] Getting "Blade" templates working better with Shopify's new auth process???## Documentation
For full resources on this package, see the [wiki](../..//wiki).
## Issue or request?
If you have found a bug or would like to request a feature for discussion, please use the `ISSUE_TEMPLATE` in this repo when creating your issue. Any issue submitted without this template will be closed.
## License
This project is released under the MIT [license](LICENSE).
## Misc
### Repository
#### Contributors
Contributions are always welcome! Contibutors are updated each release, pulled from Github. See [`CONTRIBUTORS.txt`](CONTRIBUTORS.txt).
If you're looking to become a contributor, please see [`CONTRIBUTING.md`](CONTRIBUTING.md).
#### Maintainers
Maintainers are users who manage the repository itself, whether it's managing the issues, assisting in releases, or helping with pull requests.
Currently this repository is maintained by:
- [@kyon147](https://github.com/kyon147)
- ~[@gnikyt](https://github.com/gnikyt)~ Original author of the package. See [announcement](https://github.com/gnikyt/laravel-shopify/discussions/1276) for details.Looking to become a maintainer? E-mail @kyon147 directly.
### Special Note
I develop this package in my spare time, with a busy family/work life like many of you! So, I would like to thank everyone who's helped me out from submitting PRs, to assisting on issues, and plain using the package (I hope its useful). Cheers.