permafrost-dev/laravel-api-helper

This package is abandoned and no longer maintained. No replacement package was suggested.

Helpers trait for Laravel Response or Controllers when implementing APIs.

1.0.0 2019-08-10 10:07 UTC

This package is auto-updated.

Last update: 2021-07-06 01:30:23 UTC


README

Latest Version on Packagist Quality Score Total Downloads

This package takes provides a trait for helping build APIs.

Installation

You can install the package via composer:

composer require permafrost-dev/laravel-api-helper

Usage

    return $this->success('Succeeded');

License

The MIT License (MIT). Please see License File for more information.