xaoc303 / battle-calc
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/xaoc303/battle-calc
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
Requires (Dev)
- guzzlehttp/guzzle: ~6.0
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-11-22 23:52:06 UTC
README
Composer
In the require key of composer.json file add the following
"xaoc303/battle-calc": "~2.0"
or run command
$ composer require xaoc303/battle-calc:~2.0
Run the Composer update command
$ composer update
Setting
In your config/app.php add 'Xaoc303\BattleCalc\BattleCalcServiceProvider' to the end of the providers array
'providers' => array( 'Illuminate\Foundation\Providers\ArtisanServiceProvider', 'Illuminate\Auth\AuthServiceProvider', ... 'Xaoc303\BattleCalc\BattleCalcServiceProvider', ),