| Package Data | |
|---|---|
| Maintainer Username: | lukepolo |
| Maintainer Contact: | Luke@LukePOLO.com (Luke Policinski) |
| Package Create Date: | 2015-06-18 |
| Package Last Update: | 2025-06-25 |
| Home Page: | https://laracart.lukepolo.com |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-02 03:01:19 |
| Package Statistics | |
|---|---|
| Total Downloads: | 109,229 |
| Monthly Downloads: | 5,015 |
| Daily Downloads: | 86 |
| Total Stars: | 582 |
| Total Watchers: | 16 |
| Total Forks: | 89 |
| Total Open Issues: | 12 |
| Laravel | laracart | | :---------------- | :--------- | | 5.1 | 5.2 | 5.3 | 1.1 | 1.2 | | 5.4+ | 1.3+ |
Install the package through Composer. Edit your project's composer.json file by adding:
{
"require": {
........,
"lukepolo/laracart": "1.5.*"
}
}
If using 5.4 you will need to include the service providers / facade in app/config/app.php:
LukePOLO\LaraCart\LaraCartServiceProvider::class,
Include the Facade :
'LaraCart' => LukePOLO\LaraCart\Facades\LaraCart::class,
Copy over the configuration file by running the command:
php artisan vendor:publish --provider='LukePOLO\LaraCart\LaraCartServiceProvider'
http://laracart.lukepolo.com
To Contribute to documentation use this repo :
https://github.com/lukepolo/laracart-docs
MIT