Elliot Ali

Results 12 issues of Elliot Ali

It would be great if policy generation was possible, maybe as config associated to the model definition? Perhaps even just calling `php artisan make:policy {Model}Policy --model={Model}`

v2

1. Describe a problem. If a search functionality is implemented (For example) to search blocks across many editors, it would be useful to be able to send a user straight...

feature

Following the docs, I'm trying to get Livewire to work with relationships and a multi-select. Code is as follows: ``` @wire @if($isEditing) @endif @endwire ``` Whilst the options are populated,...

Hi team, I'm just replaced the (hundred) of various forms in my app with this library, and will be using it exclusively for the app going forwards. Have you thought...

enhancement

I extended HTMLPurifier_DefinitionCache in order to use the Laravel caching system rather than the bespoke filesystem one; mainly because Vapor (lambda) doesn't support local fs usage, so I use Redis....

question

When I set up laravel-search-string, and then use a search string e.g. "sort:invalid-field" then a database exception is raised (Undefined column: 7 ERROR: column table.invalid-field). I don't think I've done...

I have a nested sortable list of items (straight foreach inside a single Livewire component). Each item has some actions, like edit and delete. these create popups and are driven...

When a Bulma modal is included inside a tab-pane, the background is cropped and the model is centred in the tab-pane, and not the fill window. Also, the modal is...

### Steps to reproduce the problem 1. Apply for audit to post directly to TikTok 2. Provide user flow video & document for your Mixpost integration 3. TikTok says audit...

bug

Users often have multiple email addresses, for example for work and home; as well as perhaps a private one for GitHub. I don't think identity should be coupled tightly to...

enhancement