P. K. Tharindu
P. K. Tharindu
### Synopsis: First of all, thank you so much for this amazing package! It saves me a ton of time. I'm not sure whether this is intentional, but according to...
### Laravel Form Components Version v6.0.0 ### Laravel Version v8.62.0 ### Alpine Version v3.3.5 ### Bug description First of all, thank you so much for this amazing package! 👌🏻💯 I'm...
I'm trying to use the included `Checkboxes` field in another nova resource and I can't figure out how the options should be passed. Currently, my field looks like something like...
Hello @m2de! This PR allows the package to be installed in Laravel 9.
In my feature and unit tests I am creating users with specific permissions for certain scenarios, this means that I am calling `setPermissions` multiple times in a test and during...
Thank you for this cool package! I'm trying to show/hide a loading state when toggling a model. ```js confirmDelete() { this.loading = true this.$modal.show({ type: 'danger', title: 'Are you sure?',...