Ryan Paiva
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...
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.  Here it is in the db: ...
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...
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...
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...