laravel-pricing-plans maintained by myqaa
Description
A package provide pricing plans for Laravel. Forked from oanhnn/laravel-pricing-plans
Author
Last update
2026/02/12 16:15
(dev-master)
License
Downloads
16 111
Tags
Last update
2026/02/12 16:15
License
Require
- php ^7.2.5|^8.0|^8.1
- illuminate/database ^7.25 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0
- illuminate/support ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0
- nesbot/carbon ^2.39 || ^3.0
Last update
2023/07/26 10:46
License
Require
- php ^7.2.5|^8.0|^8.1
- illuminate/database ^7.25 || ^8.0 || ^9.0 || ^10.0
- illuminate/support ^7.0 || ^8.0 || ^9.0 || ^10.0
- nesbot/carbon ^2.39
Last update
2023/05/30 14:29
License
Require
- php ^7.2.5
- illuminate/database ^7.25
- illuminate/support ^7.0
- nesbot/carbon ^2.39
Last update
2023/05/30 14:29
License
Require
- php ^7.2.5
- illuminate/database ^7.25
- illuminate/support ^7.0
- nesbot/carbon ^2.39
Last update
2023/02/23 17:08
License
Require
- php ^7.2.5
- illuminate/database ^7.25
- illuminate/support ^7.0
- nesbot/carbon ^2.39
Last update
2023/02/23 15:44
License
Require
- 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
Last update
2023/02/21 15:38
License
Require
- 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
Last update
2022/03/31 11:21
License
Require
- php ^7.2.5
- illuminate/database ^7.25
- illuminate/support ^7.0
- nesbot/carbon ^2.39
Last update
2022/03/30 19:41
License
Require
- php ^7.2.5
- illuminate/database ^7.25
- illuminate/support ^7.0
- nesbot/carbon ^2.39
Last update
2021/05/11 17:18
License
Require
- php ^7.3|^8.0
- illuminate/database ^8.0
- illuminate/support ^8.0
- nesbot/carbon ^2.43
Last update
2021/01/19 18:40
License
Require
- php ^7.3
- illuminate/database ^8.0
- illuminate/support ^8.0
- nesbot/carbon ^2.43
Last update
2020/08/25 19:04
License
Require
- php ^7.2.5
- illuminate/database ^7.25
- illuminate/support ^7.0
- nesbot/carbon ^2.39
Last update
2020/08/25 19:04
License
Require
- php ^7.2.5
- illuminate/database ^7.25
- illuminate/support ^7.0
- nesbot/carbon ^2.39
Last update
2020/08/25 17:01
License
Require
- php ^7.2.5
- illuminate/database ^7.25
- illuminate/support ^7.0
- nesbot/carbon ^2.39
Last update
2018/08/09 14:01
License
Require
- php >=7.0
- illuminate/database ~5.4
- illuminate/support ~5.4
- nesbot/carbon ~1.21
Last update
2018/08/07 11:22
License
Require
- php >=7.0
- illuminate/database ~5.4
- illuminate/support ~5.4
- nesbot/carbon ~1.21
Last update
2018/07/20 10:27
License
Require
- php >=7.0
- illuminate/database ~5.4
- illuminate/support ~5.4
- nesbot/carbon ~1.21
Last update
2018/05/27 17:06
License
Require
- php >=7.0
- illuminate/database ~5.4
- illuminate/support ~5.4
- nesbot/carbon ~1.21
Last update
2018/03/27 07:24
License
Require
- php >=7.0
- illuminate/database ~5.4
- illuminate/support ~5.4
- nesbot/carbon ~1.21
Last update
2018/03/27 04:40
License
Require
- php >=7.0
- illuminate/database ~5.4
- illuminate/support ~5.4
- nesbot/carbon ~1.21
Last update
2018/02/26 07:47
License
Require
- php >=7.0
- illuminate/database ~5.4
- illuminate/support ~5.4
- nesbot/carbon ~1.21
Last update
2018/02/22 06:09
License
Require
- php >=7.0
- illuminate/database ~5.4
- illuminate/support ~5.4
- nesbot/carbon ~1.21
Last update
2018/01/09 10:30
License
Require
- php >=7.0
- illuminate/cache 5.4.*|5.5.*
- illuminate/container 5.4.*|5.5.*
- illuminate/contracts 5.4.*|5.5.*
- illuminate/database 5.4.*|5.5.*
- illuminate/events 5.4.*|5.5.*
- illuminate/queue 5.4.*|5.5.*
- illuminate/support 5.4.*|5.5.*
- nesbot/carbon ~1.21
Laravel Pricing Plans
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.