Download the PHP package mario1515/laravel-eccomerce-cart without Composer
On this page you can find all versions of the php package mario1515/laravel-eccomerce-cart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mario1515/laravel-eccomerce-cart
More information about mario1515/laravel-eccomerce-cart
Files in mario1515/laravel-eccomerce-cart
Download mario1515/laravel-eccomerce-cart
More information about mario1515/laravel-eccomerce-cart
Files in mario1515/laravel-eccomerce-cart
Vendor mario1515
Package laravel-eccomerce-cart
Short Description A Laravel Package that includes an Ecommerce Cart
License MIT
Package laravel-eccomerce-cart
Short Description A Laravel Package that includes an Ecommerce Cart
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-eccomerce-cart
A Laravel Cart package for Ecommerce stores (BETA version).
Install the package via Composer:
composer require mario1515/laravel-eccomerce-cart
Laravel will automatically register the service provider and facade through package auto-discovery.
The package includes all necessary database migrations. Publish them to your application:
php artisan vendor:publish --tag=laravel-cart-migrations
This will copy the migration files into:
database/migrations/
After publishing, run:
php artisan migrate
All versions of laravel-eccomerce-cart with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^10.0 || ^11.0 || ^12.0
illuminate/database Version ^10.0 || ^11.0 || ^12.0
illuminate/database Version ^10.0 || ^11.0 || ^12.0
The package mario1515/laravel-eccomerce-cart contains the following files
Loading the files please wait ...