amitmerchant / calculator
Test package
dev-master
2017-09-26 02:57 UTC
This package is auto-updated.
Last update: 2024-12-13 21:20:21 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/substract/4/2
License
MIT