Skip to content

This package allows you to easily work with ULIDs (Universally Unique Lexicographically Sortable Identifiers) in your Laravel models.

License

Notifications You must be signed in to change notification settings

nedmas/laravel-ulid

Repository files navigation

Laravel ULID

Latest Version on Packagist Build Status Quality Score Total Downloads

This package allows you to easily work with ULIDs (Universally Unique Lexicographically Sortable Identifiers) in your Laravel models.

Installation

You can install the package via composer:

composer require nedmas/laravel-ulid

Usage

use Illuminate\Database\Eloquent\Model;
use Nedmas\Concerns\GeneratesUlid;

class Post extends Model
{
    use GeneratesUlid;
} 

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email nedmas@densham.technology instead of using the issue tracker.

Credits

License

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

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

About

This package allows you to easily work with ULIDs (Universally Unique Lexicographically Sortable Identifiers) in your Laravel models.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages