Skip to content

Fighting calculator. Squads vs Squads. Package for Laravel.

Notifications You must be signed in to change notification settings

xaoc-303/battle-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battle Calc

Build Status Latest Stable Version Scrutinizer Code Quality

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',

),

About

Fighting calculator. Squads vs Squads. Package for Laravel.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages