2017 © Pedro Peláez
 

library calculator

This package will initialize a calculator instance for your laravel application.

image

amitshrestha/calculator

This package will initialize a calculator instance for your laravel application.

  • Friday, February 9, 2018
  • by amitshrestha221
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

calculator

This repository contains my first package using Laravel 5.5. This repository contains basic calculator package., (*1)

Installation:, (*2)

composer require amitshrestha/calculator:1.02

For Laravel 5.5 : Package is auto discovered.

For Laravel 5.4 or lower version : 

Add this in $providers array of config/app.php
"Amitshrestha\\Calculator\\CalculatorServiceProvider"

Uses:, (*3)

Add two variables:

@param variable1, variable 2
project.dev/add/variable1/variable2


Subtract two variables:
@param variable1, variable 2
project.dev/subtract/variable1/variable2

Multiply two variables:
@param variable1, variable 2
project.dev/multiply/variable1/variable2

Divide two variables:
@param variable1, variable 2
project.dev/divide/variable1/variable2

Nth Root of variable:
@param variable1
project.dev/root/variable1

Factorial of a variable:
@param variable1
project.dev/factorial/variable1

The Versions

09/02 2018

dev-master

9999999-dev

This package will initialize a calculator instance for your laravel application.

  Sources   Download

MIT

by Amit Shrestha

09/02 2018

v1.01

1.01.0.0

This package will initialize a basic calculator instance for your laravel application.

  Sources   Download

MIT

by Amit Shrestha

09/02 2018

v1.02

1.02.0.0

This package will initialize a basic calculator instance for your laravel application.

  Sources   Download

MIT

by Amit Shrestha

08/02 2018

v1.0

1.0.0.0

This package will initialize a calculator instance for your laravel application.

  Sources   Download

MIT

by Amit Shrestha