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

On-the-fly hashids for Laravel Eloquent models. (🍰 Easy & ⚡ Fast)

Results 8 eloquent-hashids issues
Sort by recently updated
recently updated
newest added

Prevents PHPstan from complaining about an integer ID being passed to the method

This PR will add support to select custom columns on the find operations.

I would like to add a prefix to the hashid to identify them. For example: - User model: usr_xxxx - Order model: ord_xxxx - Transaction model: txn_xxxx Do you think...

I have generated the custom hashids of 10 digits. When i try to do the request validation it fails. Is there anything need to be done for validation.

Is it possible to ```get()``` from an array of hashids? Or perhaps access the ```hashidToId()``` method statically? At the moment I am having to do: ```php $ids = []; foreach...

Can you update this package to support laravel 10

The support for Laravel 11 was added.

Please update this package to support laravel 11. Thank you