Commit 2337ce24 by Angel MAS

readme update

parent 0d3bccb1
# test-package
# Package test OneStartup
**onestartup/calculator** it's a simple calculator created for test laravel packages
# Installation
- Add this to composer.json file
```php
"onestartup/calculator": "~0.0.2"
```
and run
```php
composer update
````
- after add the ServiceProvider to the providers array in config/app.php
```php
Onestartup\Calculator\CalculatorServiceProvider::class,
````
- run serv
```php
php artisan serve
```
- test in this route
```php
http://localhost:8000/add/5/2
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment