Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/olegmarko/test-packages

Laravel composer packages
https://github.com/olegmarko/test-packages

laravel laravel-package

Last synced: 4 days ago
JSON representation

Laravel composer packages

Awesome Lists containing this project

README

        

## Instal packages

- composer require omarko/calculator

- add provider to config/app.php `OMarko\Calculator\CalculatorServiceProvider::class`,

- php artisan serve

### Exists routes

- [add](http://localhost:8000/add/5/2)
- [sub](http://localhost:8000/subtract/5/2)