Steve Bauman

Results 75 issues of Steve Bauman

**Environment:** - LDAP Server Type: N/A - LdapRecord-Laravel Major Version: v2 - PHP Version: N/A **Describe the bug:** @RyanPriceDotCa has discovered in another issue that the `--delete-missing` flag works incorrectly...

bug

The `ldap` commands should all reside in the same namespace in version 3: For example: ``` php artisan make:ldap-model ``` Should be: ``` php artisan ldap:make:model ```

enhancement
v3

I'm wondering if it may be possible to append jobs onto an existing (and possibly in-progress) workflow, similarly to how [Laravel Bus Batches](https://laravel.com/docs/9.x/queues#adding-jobs-to-batches) allows you to append jobs onto a...

Is there a way to cancel showing the password on an event? It'd be nice if the event returned false, it wouldn't display the password. For example: ``` javascript $('#password').on('show.bs.password',...

enhancement