-
I'll be great to be able to set the auto-increment initial value in Schema Builder.
I'm doing it manually like this:
$statement = "ALTER TABLE facturas AUTO_INCREMENT = 100;";
DB::unprepared($stat…
-
Hello,
I tried multiple times but no matter what, the first time I encrypt an id, it takes like 20-30ms which is a lot if I have to do it often.
In a foreach loop, I encrypt 20 object id, here are t…
-
The latest commit results in the following error when trying to use hashids :
log.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Cannot use object of type Mitc…
-
Once Composer has installed or updated your packages you need to register Hashids with Laravel itself. Open up app/config/app.php and find the providers key towards the bottom and add:
``` php
'Mrynk…
ghost updated
10 years ago
-
Im currently trying to incorporate a small gallery system into my application. Users can upload pictures to galleries and the pictures are getting resized to 3 different sizes for the thumbnail view, …