Download the PHP package ingoldsby/laravel-dashboard-shopify-tile without Composer
On this page you can find all versions of the php package ingoldsby/laravel-dashboard-shopify-tile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ingoldsby/laravel-dashboard-shopify-tile
More information about ingoldsby/laravel-dashboard-shopify-tile
Files in ingoldsby/laravel-dashboard-shopify-tile
Package laravel-dashboard-shopify-tile
Short Description A Shopify tile for Laravel Dashboard
License MIT
Homepage https://github.com/ingoldsby/laravel-dashboard-shopify-tile
Informations about the package laravel-dashboard-shopify-tile
A tile to display Shopify information
This tile can be used on the Laravel Dashboard to display Shopify information.
Installation
You can install the package via composer:
Shopify API credentials
Before using this tile you need to have created a private app on the Shopify admin page and obtained an API key and password.
Usage
In the dashboard
config file, you must add this configuration in the tiles
key.
In app\Console\Kernel.php
you should schedule the \Ingoldsby\ShopifyTile\Commands\FetchShopifyInfoCommand
to run. You can let it run every minute if you want. You could also run this less frequently if fast updates on the dashboard aren’t that important for this tile.
In your dashboard view you use the livewire:shopify-tile
component.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email instead of using the issue tracker.
Support Spatie
I have learnt a lot from Spatie's various packages, including Mailcoach, and would recommend you check them out if you want to know more.
Learn how to create a package like theirs, by watching Spatie's premium video course:
Spatie invest a lot of resources into creating best in class open source packages. You can support them by buying one of their paid products.
Credits
- Ingoldsby
- All Contributors
License
The MIT License (MIT). Please see License File for more information.