laravel-eloquent-hashids icon indicating copy to clipboard operation
laravel-eloquent-hashids copied to clipboard

Automatically generate hashids in Laravel 5 for a new Eloquent Model.

Results 2 laravel-eloquent-hashids issues
Sort by recently updated
recently updated
newest added

composer.json: "require": { ... "vinkla/hashids": "^5.2" }, error: - naabster/laravel-eloquent-hashids 1.0.4 requires vinkla/hashids ^3.1 -> satisfiable by vinkla/hashids[3.1.0, 3.2.0, 3.3.0] but these conflict with your requirements or minimum-stability.

thanks for this tiny little helper. maybe you could add this little snippet to your readme: ``` public function getRouteKeyName() { return 'uid'; } ``` this ensures implicit binding, find,...