TinaH

Results 21 issues of TinaH

Description (screenshot): ![image](https://user-images.githubusercontent.com/21239634/153462847-55121c36-55c1-4dd3-9feb-86ff9002bf93.png) Would be great if this plugin could be more compatible with Laravel Pest. The function example cannot be static... https://pestphp.com/docs/plugins/livewire

Translated value $group of the nova media resource is ignored. Added the key to the json language file. ```` class Media extends Resource { /** * The model the resource...

I defined one of my Mediacollections to allow svg:s. When I try to upload an svg I get the error; "must be an image". ``` $this->addMediaCollection('logo') ->singleFile() ->acceptsFile(function (File $file)...

Apologies for asking, but I don't understand how any of this works, wandering in a black hole ... 1. When I launch Time Machine all my projects, vendor and node_modules...

question
documentation

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** 'routes' to be autogenerated, based on the folder structure in src/pages. No need to...

kind/feature 💡

- Scout Version: 7.2.1 - Laravel Version: 6.9.0 - PHP Version: 7.3.11 - Database Driver & Version: "teamtnt/laravel-scout-tntsearch-driver": "^7.2" - MySQL 5.7.24 **Description:** Using orderBy() with paginate() gives a strange...

The goal of this PR is to be able to access validation errors from Alpine. ```js //in any alpine script $store.errors.any //boolean $store.errors.all //Array ``` I chose the same naming...

enhancement

When I get to the second step "Activate your token" I get this error: ```shell dyld[43670]: Library not loaded: /opt/homebrew/opt/icu4c/lib/libicuio.69.dylib Referenced from: /opt/homebrew/Cellar/[email protected]/8.0.13/bin/php Reason: tried: '/opt/homebrew/opt/icu4c/lib/libicuio.69.dylib' (no such file), '/usr/local/lib/libicuio.69.dylib'...

### Summary of issue If I have two languages activated and delete the one that is active. I get a route error because both languages are added to the route....

Upgrading to Livewire v1.3.2 from v1.2.0 breaks this package. The `lazy` attribute is not respected in text inputs. Clicking in the input sends an ajax request before the user has...