Vincent Prat

Results 28 issues of Vincent Prat

Say we have for instance the following language files and keys: ``` lang/en/users.php [ 'name' => 'Name' ] lang/en/address.php [ 'city' => 'City', 'zip' => 'Zip code' ] lang/fr/users.php [...

enhancement

This would allow one command to generate multiple files (e.g. for the view composers, optionally generate the associated service provider if not already existing based on a flag)

There were a few major additions to loops in L5.3, any chance to get them in your package? Thanks a lot!

There should be a way to give the user some feedback when there is no match from the API. Currently we only see the shadow of the result list.

enhancement

The suggestions are hidden when they are inside a scrollable card with overflow: hidden ![image](https://user-images.githubusercontent.com/2526465/45535775-e61cf100-b7ff-11e8-85ba-e99ad828394f.png)

bug

fixes #1141 and probably fixes #1280 too which looks like a side effect of that original issue. Currently the package cannot handle schema discovery in more than a single database...

### Versions: - ide-helper Version: 2.9.0 - Laravel Version: 8.x - PHP Version: 8.0 ### Description: We have a multi-tenant application where models are split in 2 DB connections :...

bug

### Versions: - ide-helper Version: 2.10.0 - Laravel Version: 8.x - PHP Version: 7.4 ### Description: We have models with property mutators. The generated code looks fine when the mutators...

bug

This avoids that most spatial query functions fail when invoked from observer methods. E.g. Test setup $incomingMessage = new RawMessage(); $incomingMessage->beacon_id = $boat->beacon_id; $incomingMessage->boat_id = $boat->id; $incomingMessage->timestamp = CarbonImmutable::now(); $incomingMessage->type...