kuttumiah / calculator
This is a package created by following tutorial on w3resource.com and bagisto to learn building packages for Laravel.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kuttumiah/calculator
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-12-23 11:06:52 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.