Marc Beinder
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...
This PR adds `BackedEnum` support to Activity::log(). I find this useful because I use this package in my billing system, where I log why a tenant's status has changed during...
Now that Pint has experimental support for the `--parallel` flag, it would be beneficial to enable this option in Duster as well. Since the flag is still experimental, I understand...
### 🚀 Describe the Feature It would amazing if Mago could generate the `mago.toml` file based on the current code style. Mago would analyize the code structure (Import sorting, quote...
This PR adds backed enum support to `Inertia::render()` through the `ResponseFactory` class. The render method now first checks if the `$component` parameter is an instance of `BackedEnum`. If `$component` is...