2017 © Pedro Peláez
 

library battle-calc

image

xaoc303/battle-calc

  • Saturday, June 13, 2015
  • by xaoc-303
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Battle Calc

Build Status Latest Stable Version Scrutinizer Code Quality, (*1)

Composer

In the require key of composer.json file add the following, (*2)

"xaoc303/battle-calc": "~2.0"

or run command, (*3)

$ composer require xaoc303/battle-calc:~2.0

Run the Composer update command, (*4)

$ composer update

Setting

In your config/app.php add 'Xaoc303\BattleCalc\BattleCalcServiceProvider' to the end of the providers array, (*5)

'providers' => array(

    'Illuminate\Foundation\Providers\ArtisanServiceProvider',
    'Illuminate\Auth\AuthServiceProvider',
    ...
    'Xaoc303\BattleCalc\BattleCalcServiceProvider',

),

The Versions

13/06 2015

dev-develop

dev-develop

  Sources   Download

The Requires

 

The Development Requires

by Avatar xaoc-303

12/06 2015

dev-master

9999999-dev

  Sources   Download

The Requires

 

The Development Requires

by Avatar xaoc-303

12/06 2015

v2.1

2.1.0.0

  Sources   Download

The Requires

 

The Development Requires

by Avatar xaoc-303

31/05 2015

v2.0

2.0.0.0

  Sources   Download

The Requires

 

by Avatar xaoc-303

31/05 2015

v1.0

1.0.0.0

  Sources   Download

The Requires

 

by Avatar xaoc-303