Sébastien Alfaiate

Results 63 issues of Sébastien Alfaiate

Auto detect the mime type of images so the `@InlinedImage` can be used with SVG, JPEG, ... images

Hello, I think it could be more convenient to use the email to reference a subscribers in the API endpoint. `email` is unique so it can be used instead of...

In our application, we enforced the `auth` middleware by default on all routes with an exception on the login page because our application can be only used by authenticated users....

**Short description of what this feature will allow to do:** Is there any way to create dropdown actions buttons? Maybe easier to implement now with the actions related components? **Example...

Hello, Fixes https://github.com/laravel/framework/issues/56047 In [the documentation](https://laravel.com/docs/12.x/routing#implicit-binding), we can read: > Laravel automatically resolves Eloquent models defined in routes or controller actions whose type-hinted variable names match a route segment name....

If the DataTable contains some `ToMany` relationships columns, the default filter applied by Laravel DataTables will create a JOIN on the relation table to perform the search, resulting on duplicated...

### Bug description On a multiple select with a long list of option, you can start typing to filter the results to show. When filtered, the focus is automatically applied...

bug

### Bug description If I modify the underlying `select` to enable/disable an option from the list, I am not able to replicate the change on tom select instance. I used...

bug

When a file is too big, it is split in multiple files when the `.splitEntryChunks()` is enabled. I am expecting the chunk files to be created in the same folder...