laravel-wallet maintained by larva
Last update
2021/06/26 12:06
License
Require
- ext-bcmath *
- illuminate/support ^6.0 || ^7.0 || ^8.0
- illuminate/notifications ^6.0 || ^7.0 || ^8.0
- larva/laravel-transaction ^1.0
- php ^7.3|^8.0
- larva/laravel-settings ^1.0
Last update
2021/06/18 19:57
License
Require
- php ^7.3|^8.0
- ext-bcmath *
- illuminate/support ^6.0 || ^7.0 || ^8.0
- illuminate/notifications ^6.0 || ^7.0 || ^8.0
- larva/laravel-settings ^1.0
- larva/laravel-transaction ^1.0
Last update
2021/06/18 19:44
License
Require
- php ^7.3|^8.0
- ext-bcmath *
- illuminate/support ^6.0 || ^7.0 || ^8.0
- illuminate/notifications ^6.0 || ^7.0 || ^8.0
- larva/laravel-settings ^1.0
- larva/laravel-transaction ^1.0
Last update
2021/06/18 19:44
License
Require
- php ^7.3|^8.0
- ext-bcmath *
- illuminate/support ^6.0 || ^7.0 || ^8.0
- illuminate/notifications ^6.0 || ^7.0 || ^8.0
- larva/laravel-settings ^1.0
- larva/laravel-transaction ^1.0
Last update
2021/06/16 13:58
License
Require
- php ^7.3|^8.0
- ext-bcmath *
- illuminate/support ^6.0 || ^7.0 || ^8.0
- illuminate/notifications ^6.0 || ^7.0 || ^8.0
- larva/laravel-settings ^1.0
- larva/laravel-transaction ^1.0
Last update
2021/06/14 18:37
License
Require
- php ^7.3|^8.0
- ext-bcmath *
- illuminate/support ^6.0 || ^7.0 || ^8.0
- illuminate/notifications ^6.0 || ^7.0 || ^8.0
- larva/laravel-transaction ^1.0
Last update
2021/06/14 17:44
License
Require
- php ^7.3|^8.0
- ext-bcmath *
- illuminate/support ^6.0 || ^7.0 || ^8.0
- illuminate/notifications ^6.0 || ^7.0 || ^8.0
- larva/laravel-transaction ^1.0
Last update
2021/06/14 15:30
License
Require
- php ^7.3|^8.0
- ext-bcmath *
- illuminate/support ^6.0 || ^7.0 || ^8.0
- illuminate/notifications ^6.0 || ^7.0 || ^8.0
- larva/laravel-transaction ^1.0
Last update
2021/05/29 18:41
License
Require
- php ^7.3|^8.0
- ext-bcmath *
- illuminate/support ^6.0 || ^7.0 || ^8.0
- illuminate/notifications ^6.0 || ^7.0 || ^8.0
- larva/laravel-transaction ^1.0
Last update
2021/05/29 09:12
License
Require
- php ^7.3|^8.0
- ext-bcmath *
- illuminate/support ^6.0 || ^7.0 || ^8.0
- illuminate/notifications ^6.0 || ^7.0 || ^8.0
- larva/laravel-transaction ^1.0
Last update
2021/03/31 06:15
License
Require
- ext-bcmath *
- illuminate/support ^6.0 || ^7.0 || ^8.0
- illuminate/notifications ^6.0 || ^7.0 || ^8.0
- larva/laravel-transaction ^1.0
Last update
2021/03/31 05:07
License
Require
- ext-bcmath *
- illuminate/support ^6.0 || ^7.0 || ^8.0
- illuminate/notifications ^6.0 || ^7.0 || ^8.0
- larva/laravel-transaction ^1.0
Last update
2021/03/31 03:20
License
Require
- ext-bcmath *
- illuminate/support ^6.0 || ^7.0 || ^8.0
- illuminate/notifications ^6.0 || ^7.0 || ^8.0
- larva/laravel-transaction ^1.0
Last update
2021/03/31 03:02
License
Require
- ext-bcmath *
- illuminate/support ^6.0 || ^7.0 || ^8.0
- illuminate/notifications ^6.0 || ^7.0 || ^8.0
- larva/laravel-transaction ^1.0
Last update
2021/03/28 05:40
License
Require
- ext-bcmath *
- illuminate/support ^6.0 || ^7.0 || ^8.0
- illuminate/notifications ^6.0 || ^7.0 || ^8.0
- larva/laravel-transaction ^1.0
Last update
2021/02/22 09:05
License
Require
- ext-bcmath *
- illuminate/support ^6.0 || ^7.0 || ^8.0
- illuminate/notifications ^6.0 || ^7.0 || ^8.0
- larva/laravel-transaction ^1.0
laravel-wallet
Wallet Extension for Laravel. Laravel 余额钱包
环境需求
- PHP >= 7.1.3
Installation
composer require larva/laravel-wallet -vv
for Laravel
This service provider must be registered.
// config/app.php
'providers' => [
'...',
Larva\Wallet\WalletServiceProvider::class,
];