Marc Beinder

Results 4 issues of Marc Beinder

Is there a way to ignore multiple directories and their sub-directories? I need to ignore /folder1 and /folder2 along with all contents. Both folders are in the root of the...

Looking through the code and searching online, I do not see a way to include helper functions that are added to the `autoload.files` key in `composer.json`. If I'm missing it,...

Removed `&& config('livewire.temporary_file_upload.directory') !== null` from Form/Uploader on [Line 103](https://github.com/onairmarc/filament-curator/blob/d3249372578be92e12a2e2e3330381cfe0c27e5e/src/Components/Forms/Uploader.php#L103) due to a breaking change. Livewire's config file defaults to `null` for `livewire.temporary_file_upload.directory`. If this config key has a value...

This PR adds the new `once()` helper function to Laratrust along with the option to enable/disable it via the configuration file. This is useful as it removes the need to...