Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/olegmarko/test-packages
- Owner: OlegMarko
- License: other
- Created: 2017-10-25T07:22:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T08:21:11.000Z (about 7 years ago)
- Last Synced: 2024-04-20T20:48:08.136Z (7 months ago)
- Topics: laravel, laravel-package
- Language: PHP
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)