Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

faustbrian/laravel-badges

Repository files navigation

Laravel Badges

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

This package was created by, and is maintained by Brian Faust, and provides associations for badges and Laravel Eloquent Models.

Installation

composer require konceiver/laravel-badges

Usage

namespace App;

use Konceiver\Badges\Concerns\HasBadges;
use Illuminate\Database\Eloquent\Model;

class User extends Model
{
    use HasBadges;
}

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover a security vulnerability within this package, please send an e-mail to hello@konceiver.dev. All security vulnerabilities will be promptly addressed.

Credits

This project exists thanks to all the people who contribute.

Support Us

We invest a lot of resources into creating and maintaining our packages. You can support us and the development through GitHub Sponsors.

License

laravelBadges is an open-sourced software licensed under the MPL-2.0.