2017 © Pedro Peláez
 

library peculiar

An extension to the Laravel Eloquent Model. It allows the use of UUIDs (ramsey/uuid) as primary keys.

image

r15ch13/peculiar

An extension to the Laravel Eloquent Model. It allows the use of UUIDs (ramsey/uuid) as primary keys.

  • Tuesday, April 25, 2017
  • by r15ch13
  • Repository
  • 2 Watchers
  • 9 Stars
  • 2,870 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 11 Versions
  • 1 % Grown

The README.md

Peculiar

An extension to the Laravel model. It allows the use of UUIDs as primary keys., (*1)

Installation

Add r15ch13/peculiar as a requirement to composer.json:, (*2)

{
    "require": {
        "r15ch13/peculiar": "~2.0"
    }
}

Update your packages with composer update or install with composer install., (*3)

Getting Started

Peculiar extends the Eloquent base class without changing its core functionality., (*4)

To create a new Peculiar model, simply make your model class derive from the Peculiar base class., (*5)

use Rfifteen\Peculiar\Peculiar;

class User extends Peculiar {}

If you're using LaravelBook\Ardent use it like so:, (*6)

use Rfifteen\Peculiar\Ardent\Peculiar;

class User extends Peculiar {}

If you're using Cartalyst\Sentry use it like so:, (*7)

use Rfifteen\Peculiar\Sentry\PeculiarUser;

class User extends PeculiarUser {}

License

The MIT License (MIT), (*8)

The Versions

25/04 2017

dev-master

9999999-dev https://github.com/r15ch13/peculiar

An extension to the Laravel Eloquent Model. It allows the use of UUIDs (ramsey/uuid) as primary keys.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel uuid guid eloquent model sentry ardent

25/04 2017

v2.1.0

2.1.0.0 https://github.com/r15ch13/peculiar

An extension to the Laravel Eloquent Model. It allows the use of UUIDs (ramsey/uuid) as primary keys.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel uuid guid eloquent model sentry ardent

10/05 2015

v2.0.1

2.0.1.0 https://github.com/r15ch13/peculiar

An extension to the Laravel Eloquent Model. It allows the use of UUIDs (rhumsaa/uuid) as primary keys.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel uuid guid eloquent model sentry ardent

10/05 2015

v2.0.0

2.0.0.0 https://github.com/r15ch13/peculiar

An extension to the Laravel Eloquent Model. It allows the use of UUIDs (ramsey/uuid) as primary keys.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel uuid guid eloquent model sentry ardent

14/04 2015

v1.1.2

1.1.2.0 https://github.com/r15ch13/peculiar

An extension to the Laravel Eloquent Model. It allows the use of UUIDs (rhumsaa/uuid) as primary keys.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel uuid guid eloquent model sentry ardent

15/03 2015

v1.1.0

1.1.0.0 https://github.com/r15ch13/peculiar

An extension to the Laravel model. It allows the use of UUIDs as primary keys.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel uuid guid model sentry ardent

15/03 2015

v1.1.1

1.1.1.0 https://github.com/r15ch13/peculiar

An extension to the Laravel model. It allows the use of UUIDs as primary keys.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel uuid guid model sentry ardent

13/03 2015

v1.0.3

1.0.3.0 https://github.com/r15ch13/peculiar

An extension to the Laravel model. It allows the use of UUIDs as primary keys.

  Sources   Download

MIT

The Requires

 

laravel uuid guid model sentry ardent

04/09 2014

v1.0.2

1.0.2.0 https://github.com/r15ch13/peculiar

An extension to the Laravel model. It allows the use of UUIDs as primary keys.

  Sources   Download

MIT

The Requires

 

laravel uuid guid model sentry ardent

11/02 2014

v1.0.1

1.0.1.0 https://github.com/r15ch13/peculiar

An extension to the Laravel model. It allows the use of UUIDs as primary keys.

  Sources   Download

MIT

The Requires

 

laravel uuid guid model sentry ardent

19/08 2013

v1.0.0

1.0.0.0 https://github.com/r15ch13/peculiar

An extension to the Laravel model. It allows the use of UUIDs as primary keys.

  Sources   Download

MIT

The Requires

 

laravel uuid guid model