Download the PHP package wearefar/laravel-ecommerce without Composer
On this page you can find all versions of the php package wearefar/laravel-ecommerce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wearefar/laravel-ecommerce
More information about wearefar/laravel-ecommerce
Files in wearefar/laravel-ecommerce
Package laravel-ecommerce
Short Description A Laravel package to build a simple ecommerce
License MIT
Homepage https://github.com/wearefar/laravel-ecommerce
Informations about the package laravel-ecommerce
A simple ecommerce solution for Laravel apps
A Laravel package to build a simple ecommerce.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Add the path to the template files in your tailwind.config.js
file.
You can customize the views by exporting them to your resources/views/vendor
directory using the vendor:publish
command:
Preparing your model
To connect the shop with a model, the model must implement the following interface and trait:
Exclude webook endpoint from CSRF
Usage
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
If you've found a bug regarding security please mail [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-ecommerce with dependencies
livewire/livewire Version ^2.5
stripe/stripe-php Version ^7.93
symfony/intl Version ^5.3