Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mawuva/laravel-api-resource-links
Add links to Laravel API resources
https://github.com/mawuva/laravel-api-resource-links
Last synced: 7 days ago
JSON representation
Add links to Laravel API resources
- Host: GitHub
- URL: https://github.com/mawuva/laravel-api-resource-links
- Owner: mawuva
- License: mit
- Created: 2021-08-12T09:08:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T09:43:11.000Z (over 3 years ago)
- Last Synced: 2024-07-28T00:12:33.868Z (4 months ago)
- Language: PHP
- Homepage: https://packagist.org/packages/mawuekom/laravel-api-resource-links
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel API Resource Links
This is help you generate resource links for your API resources.
## Installation
You can install the package via composer:
```bash
composer require mawuekom/laravel-api-resource-links
```## Usage
```php
// In construction
```### Testing
```bash
composer test
```### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Report bug
Contact me on Twitter [@ephraimseddor](https://twitter.com/ephraimseddor)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.