colinmackinlay

Results 10 issues of colinmackinlay

I have three different models that can login to my application: Users, Applications, Enrolments. They are completely different models as they do completely different things. All start like this: `class...

#### Description When impersonating a tenant user it would be good if this could be checked and acted on #### Why this should be added When providing user support or...

feature
v4

- Laravel Version: 6.0 - Adldap2-Laravel Version: 6.0 - PHP Version: 7.3.5 - LDAP Type: ActiveDirectory / OpenLDAP / FreeIPA ### Description: I have two different LDAP connections that I...

question
ActiveDirectory

### I would like to have MPDF support variables in rgba css ### This is mPDF and PHP version and environment (server/fpm/cli etc) I am using mpdf 8.0.7 php 7.4...

feature/enhancement
help wanted

Added `wire:sortable-group.handle` to docs and example :)

Hi @calebporzio Now that I've incorporated the sortable js in my app.js I need to include @livewirescripts on every page even if they aren't livewire pages otherwise I get the...

Does this need an update to use with foundation 6.4? When installing in a new project with: _**bower install foundation-font-awesome-buttons**_ foundation 6.3.x is downloaded to bower_components instead of recognising that...

@joshhanley here's the PR for #4981 This adds: - an assertion `assertFileDownloadedContains `to check for some specific partial content in the downloaded file. - an assertion `assertFileDownloadedNotContains `to check for...

When I use this instead of `livewire-sortable` on the same page as AlpineJS it clashes and throws lots of errors on page load. Has anyone else experienced this and/or found...

**Describe the bug** `logUnguarded()` works provided that `$guarded` is set explicitly in the model. If it is not set explicitly but globally set, say in `AppServiceProvider` using `Model::unguard();` then nothing...

enhancement
help wanted
good first issue