Download the PHP package tipoff/checkout without Composer
On this page you can find all versions of the php package tipoff/checkout. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tipoff/checkout
More information about tipoff/checkout
Files in tipoff/checkout
Package checkout
Short Description Laravel Package for Ecommerce Checkouts
License MIT
Homepage https://github.com/tipoff/checkout
Informations about the package checkout
Laravel Package for handling Checkout used in Ecommerce packages
Installation
You can install the package via composer:
The migrations will run from the package. You can extend the Models from the package if you need additional classes or functions added to them.
You can publish the config file with:
Registering the Nova resources
If you would like to use the Nova resources included with this package, you need to register it manually in your NovaServiceProvider
in the boot
method.
Models
We include the following models:
List of Models
- Cart
- Cart Item
- Order
- Order Item
For each of these models, this package implements an authorization policy that extends the roles and permissions approach of the tipoff/authorization package. The policies for each model in this package are registered through the package and do not need to be registered manually.
The models also have Laravel Nova resources in this package and they are also registered through the package and do not need to be registered manually.
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
- Tipoff
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of checkout with dependencies
tipoff/authorization Version ^2.8.6
tipoff/locations Version ^2.12.0
tipoff/statuses Version ^2.2.0
tipoff/support Version ^2.1.5