Ryan Paiva

Results 15 issues of Ryan Paiva

### Versions: - ide-helper Version: 2.10.0 - PHP Version: 8 ### Question: How do we specify a more narrow directory for importing models, or is there a way to ignore...

question
stale

I have the following code which works great: `Album::search($searchTerms)->where('competition_id', $competition->id)` However, for competitions 29 and up, searching albums no longer works by text, but does by number. Here's a screenshot...

I've got some values like $955,555 $933,000,000 And it sorts in that order, even though the second number is larger, but the first number appears larger if you dont count...

### Bug description I'm running into an odd warning that shows that my attribute doesn't exist. ![Screenshot from 2023-08-26 22-28-18](https://github.com/laravel-idea/plugin/assets/595049/8d8db576-b3b4-4d72-b78a-78aa12818845) Here it is in the db: ![Screenshot from 2023-08-26 22-28-02](https://github.com/laravel-idea/plugin/assets/595049/0fc841df-593c-45db-9c8e-f01ae79721ea)...

Thank you for this package! I'm getting this error on trying to install for Laravel 8 using php8: ``` [InvalidArgumentException] Package flagstudio/laravel-paginate has requirements incompatible with your PHP version, PHP...

Thank you for the awesome package! Just a feature request: would be great if we could add a ->searchable to the results so that we can easily find stuff from...

enhancement

There's been a handful of issues posted about file access problems with docker on Linux. After reading through all of the issues on Laravel Sail and then other related issues...

### Description Using Laravel Sail which handles docker for Laravel users works perfectly. If you install Docker Desktop for Linux, containers will no longer have the write access they need...

needs-triage

I found an issue with this document. Title: Laravel Database Migration Location: https://fly.io/docs/laravel/database-guides/laravel-db-migrations/ Source: https://github.com/superfly/docs/blob/main/laravel/database-guides/laravel-db-migrations.html.markerb ### Describe the issue These directions don't work with sqlite even though the directions say...

I found an issue with this document. Title: Persisting the Storage Folder Location: https://fly.io/docs/laravel/the-basics/laravel-volume-storage/ Source: https://github.com/superfly/docs/blob/main/laravel/the-basics/laravel-volume-storage.html.markerb ### Describe the issue The directions to copy the current storage to storage_ wont...