Peter Elmered
Peter Elmered
Is there really a need for queuing? The simplesharebuttons() call should be run at document.ready and then you have the full DOM. You could just do a .each() on the...
I have the same problem. Has anyone found a solution?
Ah, great! @rubenflush! We use UUIDs so that is probably the reason. Thanks for the fix.
Yes, I agree. The documentation for both the configuration options and how to to interpret the metrics and make them more actionable(How they are measured, and what can you do...
Same situation here.
I solved this with an arrow function instead: ```php $tables = array_map(fn($table) => Str::singular($table), $this->getTableNamesFromInput()); ``` But I don't know which is the best solution.
As it is now, no. However, using the REST API the PJAX integration could be much cleaner. There would be no need for the theme modifications for example. It's a...
I have the same problem. Library version | 2.8.0 Laravel version | 9.19.0 PHP version | 8.0.2
If you use Laravel, you should use the command `php artisan insights` and not `vendor/bin/phpinsights`.
Any ETA of this? This package is now the only thing holding me back from upgrading to Laravel 9 (though the dependency of `grimzy/laravel-mysql-spatial`)