Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.55 KB

File metadata and controls

58 lines (36 loc) · 1.55 KB

Laravel Package for core support features used in Ecommerce packages

Latest Version on Packagist Tests Total Downloads

Deprecated / Archived

This is a pain to keep updated so I am removing it as a dependency from other packages & so they can stand better in isolation & be updated faster to new versions of Laravel.

This is where your description should go of what all needs to be removed.

Installation

You can install the package via composer:

composer require tipoff/support

You can publish the config file with:

php artisan vendor:publish --provider="Tipoff\Support\SupportServiceProvider" --tag="support-config"

This is the contents of the published config file:

return [
];

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.