unisharp/one-or-fail

There is no license information available for the latest version (v0.0.1) of this package.
Maintainers

👁 storyn26383

Package info

github.com/UniSharp/one-or-fail

pkg:composer/unisharp/one-or-fail

Statistics

Installs: 24

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

v0.0.1 2017-06-06 07:53 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License 75a3ee4a1660cc7262d2ffe4a36773a6223cbf00

This package is auto-updated.

Last update: 2026-06-25 08:13:17 UTC


README

👁 Build Status
👁 Coverage Status

Introduction

TBD ...

Installation

To get started, install via the Composer package manager:

composer require unisharp/one-or-fail

Next, register the service provider in the providers array of your config/app.php configuration file:

UniSharp\OneOrFail\OneOrFailServiceProvider::class,

Usage

$model = Model::where('key', 'value')->oneOrFail();