laravel-model-hashid icon indicating copy to clipboard operation
laravel-model-hashid copied to clipboard

#️⃣ Generate, Save, and Route Stripe/Youtube-like Hash IDs for Laravel Eloquent Models

Results 7 laravel-model-hashid issues
Sort by recently updated
recently updated
newest added

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...

This pull request addresses an issue where a seemingly valid hashId results in an "Undefined array key 0"

When trying to find a model using a hash id that doesn't exist, this exception is thrown: Undefined array key 0 ![image](https://github.com/deligoez/laravel-model-hashid/assets/15730072/7f18eaed-1262-44aa-8f07-e78acbe060d4) The function that is called can return the...

When upgrading to version 2.4.0 my routes stopped working. I am using route model binding with ModelA and I have the following routes in web.php ``` Route::get('/permanent/modelA/{modelA}', function ($modelA) {...

Hi. I created this validation rule for my own purpose and I would like to contribute it to your package if it complies with your standards. I guess it's not...