laravel-shared-data icon indicating copy to clipboard operation
laravel-shared-data copied to clipboard

📦 An easy way to share the data from your backend to the JavaScript.

Results 4 laravel-shared-data issues
Sort by recently updated
recently updated
newest added

Return type : mixed is missing

laravel.WARNING: Return type of Coderello\SharedData\SharedData::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/vagrant/code/liapp/vendor/coderello/laravel-shared-data/src/SharedData.php on line 203

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 9.x. **Before merging**, you need to: - Checkout the `l10-compatibility`...