kuttumiah / calculator
This is a package created by following tutorial on w3resource.com and bagisto to learn building packages for Laravel.
0.0.1
2019-08-22 20:55 UTC
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-04-23 09:37:20 UTC
README
This is a package created by following tutorial on w3resource.com and bagisto to learn building packages for Laravel.
Setup
- In
/config/app.php
, add the following toproviders
:
Kuttumiah\Calculator\Providers\CalculatorServiceProvider::class,
Usage
The package ships with 2 routes. One is to add and another is to subtract 2 integer values.
To access those routes use
http://yourwebsite.test/kuttumiah/calculator/add/7/6
or
http://yourwebsite.test/kuttumiah/calculator/subtract/7/6
License
MIT License
Author Information
This package was created in 2019 by Md Robaiatul Islam.