first commit
parents
Showing
README.md
0 → 100644
composer.json
0 → 100644
| { | |||
| "name": "onestartup/calculator", | |||
| "description": "making a first package", | |||
| "type": "library", | |||
| "license": "Apache 2", | |||
| "authors": [ | |||
| { | |||
| "name": "Angel MAS", | |||
| "email": "[email protected]" | |||
| } | |||
| ], | |||
| "minimum-stability": "dev", | |||
| "require": {} | |||
| } |
src/CalculatorController.php
0 → 100644
src/CalculatorServiceProvider.php
0 → 100644
src/routes.php
0 → 100644
src/views/add.blade.php
0 → 100644
Please
register
or
sign in
to comment