astrogoat/blackcart

This package is abandoned and no longer maintained. No replacement package was suggested.

A Blackcart app for Strata

Fund package maintenance!
astrogoat

v1.11.0 2024-05-26 18:00 UTC

This package is auto-updated.

Last update: 2024-05-26 18:00:25 UTC


README

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

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require astrogoat/blackcart

You can publish and run the migrations with:

php artisan vendor:publish --provider="Astrogoat\Blackcart\BlackcartServiceProvider" --tag="blackcart-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --provider="Astrogoat\Blackcart\BlackcartServiceProvider" --tag="blackcart-config"

This is the contents of the published config file:

return [
];

Usage

$blackcart = new Astrogoat\Blackcart();
echo $blackcart->echoPhrase('Hello, Astrogoat!');

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

This blackcart package is forked from the awesome Spatie blackcart package. Please go support them if you can.

License

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