onestartup / calculator
making a first package
0.0.2
2018-04-10 05:43 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-17 19:40:13 UTC
README
onestartup/calculator it's a simple calculator created for test laravel packages
Installation
Add this to composer.json file
"onestartup/calculator": "~0.0.2"and run
composer updateafter add the ServiceProvider to the providers array in config/app.php
Onestartup\Calculator\CalculatorServiceProvider::class,- run serv
php artisan serve - test in this route
http://localhost:8000/add/5/2