amitmerchant/calculator

Test package

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/amitmerchant/calculator

dev-master 2017-09-26 02:57 UTC

This package is auto-updated.

Last update: 2025-09-13 22:52:54 UTC


README

I've created this package to understand the workflow of Laravel Packages and how they work. I've kept fairly simplistic to make things clearer.

Install

$ composer require amitmerchant/calculator=dev-master

Then add Amitmerchant\Calculator\CalculatorServiceProvider::class in bootstrap/app.php under providers

Use

Run php artisan serve

And then access following URLs:

http://127.0.0.1:8000/add/2/4

http://127.0.0.1:8000/substract/4/2

License

MIT