-
I am using Laravel 9 and laravel-hashids 10 and I have this case where it generates duplicate Hash ID's
```php
// Config
'test' => [
'salt' => 'test',
'length' => 10,
]
// Code
r…
-
`protected $appends = ['hashid'];`
Appending hashid to model raises the following exception (even simple operations like `Model::find(1)`):
`TypeError: Unsupported operand types: int - string`
…
-
## Analysis
### Resources
* https://dev.mysql.com/doc/refman/8.0/en/binary-varbinary.html
* https://docs.oracle.com/cd/E17952_01/mysql-8.0-en/string-type-syntax.html#:~:text=The%20BINARY%20attr…
-
Whenever I try using any custom relations, I get this error
"Call to undefined method Illuminate\Database\Eloquent\Builder::withRecursiveExpression()"
-
Hello,
I am currently in charge of upgrading the PHP version of my own application (7.3 -> 8.0).
Laravel supports PHP8.0 in v6.20.44, but V7.0.0 of this great package (laravel-hashids) does no…
-
I've created a custom Laravel command that loops over a phone number field in the database so that I can format the numbers and save back to the DB in E164 format.
I've run into an issue where some…
-
cannot install Apiato v10.0.15 using PHP 7.4.16 or 8.0.1
maybe you can give information about compatibility, like:
PHP Version | Apiato's version
7.4 | 10.0.0
8.0 |…
-
Getting this issue when trying to encode ID of a model which is int, laravel version 9.3.1 and PHP 8.0
-
Laravel 9 has been released.
Would be awesome if we could add support to this package 🚀
Now the error is reported as follows:
Problem 1
- illuminate/contracts[v8.0.0, ..., v8.11.2] require …
Purek updated
2 years ago
-
I just tried generating and saving 50,000 hashids to my database as a test for my Laravel app and it doesn't seem that the padding parameter is being respected. I'm seeing plenty of IDs lower than req…