Skip to content

rahat1994/sparkCommerce

Repository files navigation

Sparkcommerce: Ecommerce plugin for filament

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.

Installation

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 [
];

Usage

$sparkCommerce = new Rahat1994\SparkCommerce();
echo $sparkCommerce->echoPhrase('Hello, Rahat1994!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published