Download the PHP package neyromanser/laravel-shop without Composer
On this page you can find all versions of the php package neyromanser/laravel-shop. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download neyromanser/laravel-shop
More information about neyromanser/laravel-shop
Files in neyromanser/laravel-shop
Download neyromanser/laravel-shop
More information about neyromanser/laravel-shop
Files in neyromanser/laravel-shop
Vendor neyromanser
Package laravel-shop
Short Description Order for Laravel Application.
License MIT
Homepage https://github.com/neyromanser/laravel-shop
Package laravel-shop
Short Description Order for Laravel Application.
License MIT
Homepage https://github.com/neyromanser/laravel-shop
Please rate this library. Is it a good library?
Informations about the package laravel-shop
laravel-shop
Shop module for Laravel 5 Include Cart and Order
Installation
composer require "neyromanser/laravel-shop:1.*"
After installation,go to config/app.php
under providers
section to add the following:
Neyromanser\LaravelShop\LaravelShopServiceProvider::class
and under "aliases" add:
'Shop' => Neyromanser\LaravelShop\Facades\ShopFacade::class
publish the migration and config files with the command:
php artisan vendor:publish
Edit additional settings at config/shop.php
Usage
Cart
Order
Demo
based on
https://github.com/Trexology/laravel-order
https://github.com/Crinsane/LaravelShoppingcart
look at
https://github.com/amsgames/laravel-shop
upd
All versions of laravel-shop with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
5.0.*|5.1.*|5.2.*
illuminate/config Version 5.0.*|5.1.*|5.2.*
illuminate/database Version 5.0.*|5.1.*|5.2.*
illuminate/console Version 5.0.*|5.1.*|5.2.*
illuminate/config Version 5.0.*|5.1.*|5.2.*
illuminate/database Version 5.0.*|5.1.*|5.2.*
illuminate/console Version 5.0.*|5.1.*|5.2.*
The package neyromanser/laravel-shop contains the following files
Loading the files please wait ....