Skip to content

geofftech/laravel-nanoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoffTech Laravel NanoID

Use NanoID for primary keys on Models

Usage

use GeoffTech\LaravelNanoId\HasNanoId;

class MyModel
{
    use HasNanoId;
}

Database definition

$table->char('id', 36)
    ->primary();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages