Download the PHP package jlopezcur/cart without Composer
On this page you can find all versions of the php package jlopezcur/cart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jlopezcur/cart
More information about jlopezcur/cart
Files in jlopezcur/cart
Informations about the package cart
Laravel 5 Shopping Cart
A Shopping Cart Implementation for Laravel Framework (Based on the impressive work of darryldecode [https://github.com/darryldecode])
INSTALLATION
Install the package through Composer. Edit your project's composer.json
file by adding:
Laravel 5
Next, run the Composer update command from the Terminal:
composer update
or
composer update "jlopezcur/cart"
CONFIGURATION
-
Open config/app.php and addd this line to your Service Providers Array
- Open config/app.php and addd this line to your Aliases
HOW TO USE
- Usage
- Conditions
- Instances
- Exceptions
- Events
- Examples
- Changelogs
- License
Usage
TODO
Conditions
TODO
Instances
TODO
Exceptions
TODO
Events
TODO
Examples
TODO
Changelogs
TODO
License
The Laravel Shopping Cart is open-sourced software licensed under the MIT license
Disclaimer
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR, OR ANY OF THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
All versions of cart with dependencies
illuminate/support Version 5.0.x|5.1.x
illuminate/validation Version 5.0.x|5.1.x