laravel-hashid
laravel-hashid copied to clipboard
HashId Implementation on Laravel Eloquent ORM
Hi, I recently switched one of our projects to this package. For previous package I had created validation rule which I have adapted to work with yours. This validation rule...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.7 to 10.5.10. Changelog Sourced from phpunit/phpunit's changelog. [10.5.10] - 2024-02-04 Fixed #5692: --log-events-text and --log-events-verbose-text require the destination file to exit [10.5.9] - 2024-01-22 Fixed #5676:...
Bumps [orchestra/testbench](https://github.com/orchestral/testbench) from 8.20.0 to 8.21.1. Release notes Sourced from orchestra/testbench's releases. v8.21.1 Changes Update minimum support for Testbench Core v8.21.1+. (v8.21.0...v8.21.1) Testbench Changes Changes Support nested configuration files. Fixes...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.11 to 10.5.20. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 10.5.20 #5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly...
Bumps [orchestra/testbench](https://github.com/orchestral/testbench) from 8.21.1 to 8.22.3. Release notes Sourced from orchestra/testbench's releases. v8.22.3 Changes Update minimum support for Testbench Core v8.23.9+. (v8.23.5...v8.23.9) Testbench Changes Fixes Changes Allows Orchestra\Testbench\remote to accept...
Bumps [orchestra/testbench](https://github.com/orchestral/testbench) from 8.21.1 to 8.23.0. Release notes Sourced from orchestra/testbench's releases. v8.23.0 Changes Update minimum support for Testbench Core v8.24.0+. (v8.23.9...v8.24.0) Testbench Changes Changes Uses TESTBENCH_WORKING_PATH from environment variable...
Bumps [orchestra/testbench](https://github.com/orchestral/testbench) from 8.21.1 to 8.23.2. Release notes Sourced from orchestra/testbench's releases. v8.23.2 Changes Update minimum support for Testbench Core v8.24.3+. (v8.24.2...v8.24.3) Testbench Changes Fixes Fixes Orchestra\Testbench\Workench\Workbench::applicationExceptionHandler() usage to detect...
Hello, I hope you can help me. I'm encountering the following error when using the library: `TypeError: Veelasky\LaravelHashId\Repository::idToHash(): Argument #1 ($idKey) must be of type int, string given, called in...
**Is your feature request related to a problem? Please describe.** Let's say that I had a table with 20 columns. The `Model::byHash($hash)` is getting all 20 columns by default, and...