myqaa / laravel-pricing-plans
A package provide pricing plans for Laravel. Forked from oanhnn/laravel-pricing-plans
v0.5.2
2023-02-23 14:44 UTC
Requires
- php: ^7.2.5|^8.0|^8.1
- illuminate/database: ^7.25 || ^8.0 || ^9.0
- illuminate/support: ^7.0 || ^8.0 || ^9.0
- nesbot/carbon: ^2.39
Requires (Dev)
- fzaninotto/faker: ~1.9.1
- mockery/mockery: ^1.3.1
- orchestra/database: 5.x-dev
- orchestra/testbench: ^5.4
- phpunit/phpunit: ~8.5
- squizlabs/php_codesniffer: ^3.5
README
Easy provide pricing plans for Your Laravel 7 Application. Update of oanhnn/laravel-pricing-plans
Main features
Easy provide pricing plans for Your Laravel 7+ Application.
Requirements
- php >=7.2
- Laravel 7.0+
Installation
Composer
Begin by pulling in the package through Composer.
$ composer require andychukse/laravel-pricing-plans
Testing
$ git clone git@github.com/oanhnn/laravel-pricing-plans.git /path
$ cd /path
$ composer install
$ composer phpunit
Credits
I forked and updated this project to support laravel 7 from oanhnn/laravel-pricing-plans project in mid-2020.
License
This project is released under the MIT License.