bappi/sum

v0.1.0 2023-07-17 13:10 UTC

This package is auto-updated.

Last update: 2024-12-17 20:08:02 UTC


README

you can add multiple number using sum() method

Installation

composer require bappi/sum

Use from controller

Import first the Add facade

use Bappi\Sum\Facades\Add;
//You can add multiple  number as your wish

Add::sum(12,23,12,..............);

//82

Publish Configuration

 php artisan vendor:publish --provider="Bappi\Sum\SumServiceProvider"

Contribution

You can used to add any number of addition just use the instruction.

Installation