https://github.com/permafrost-dev/laravel-api-helper
https://github.com/permafrost-dev/laravel-api-helper
api laravel laravel-package
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/permafrost-dev/laravel-api-helper
- Owner: permafrost-dev
- License: mit
- Created: 2019-08-10T10:17:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-10T13:38:48.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T15:32:17.696Z (over 1 year ago)
- Topics: api, laravel, laravel-package
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Expanded Dates
[](https://packagist.org/packages/permafrost-dev/expanded-packages)
[](https://scrutinizer-ci.com/g/permafrost-dev/expanded-packages)
[](https://packagist.org/packages/permafrost-dev/expanded-packages)
This package takes provides a trait for helping build APIs.
## Installation
You can install the package via composer:
```bash
composer require permafrost-dev/laravel-api-helper
```
## Usage
``` php
return $this->success('Succeeded');
```
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.