2017 © Pedro Peláez
 

library calculator

Test package

image

amitmerchant/calculator

Test package

  • Tuesday, September 26, 2017
  • by amit_merchant
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel Test Package

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., (*1)

Install

$ composer require amitmerchant/calculator=dev-master, (*2)

Then add Amitmerchant\Calculator\CalculatorServiceProvider::class in bootstrap/app.php under providers, (*3)

Use

Run php artisan serve, (*4)

And then access following URLs:, (*5)

http://127.0.0.1:8000/add/2/4, (*6)

http://127.0.0.1:8000/substract/4/2, (*7)

License

MIT, (*8)

The Versions

26/09 2017

dev-master

9999999-dev

Test package

  Sources   Download

MIT

by Amit Merchant

laravel package