Designed for developers, the Sparkcommerce Plugin offers a comprehensive solution for managing products, orders, and customer data within your Laravel applications. With a focus on simplicity and efficiency, Sparkcommerce streamlines your workflow and enhances productivity.
You can install the package via composer:
composer require rahat1994/sparkcommerce
You can publish and run the migrations with:
php artisan vendor:publish --tag="sparkcommerce-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="sparkcommerce-config"
Optionally, you can publish the views using
php artisan vendor:publish --tag="sparkcommerce-views"
This is the contents of the published config file:
return [
];
$sparkCommerce = new Rahat1994\SparkCommerce();
echo $sparkCommerce->echoPhrase('Hello, Rahat1994!');
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.