Jona Goldman
Jona Goldman
I don't see a problem here, by default Laravel assumes integers: https://github.com/laravel/framework/blob/0207d73d7daae2f5902a76136780324b0cdfbb1c/src/Illuminate/Database/Eloquent/Model.php#L45-L64 So it's OK to assume `auditable_id` is also an integer. If you are using uuids I assume you...
You can also extend the Audit model and add uuid behaviour: ```php
Because regular auto increment ids are automatically generated by the database when a new record is created, so you don't need to do anything, but with uuids you must write...
Ohhh I see now! 😓 You are right, sorry about that. I had a similar problem generating uuids and tought the issue was about generating uuids! Thanks!
any updates on this?
it's a bug but it shows up, just at the very end of the page. scroll down.
add ```html .CodeMirror { height: auto !important; } ``` inside the `head` of `layout.blade.php` for a quick fix
Before opening this issue I tried to understand how those features work by looking at the source, but I could't figure it out.
Same here on latest version and Laravel 9: ``` local.ERROR: htmlspecialchars(): Argument #1 ($string) must be of type string, array given {"view":{"view":"/var/www/html/vendor/fruitcake/laravel-telescope-toolbar/resources/views/collectors/queries.blade.php","data":[]} ``` **Update** This error occurred only when navigating...