Gerardo Ibarra

Results 37 comments of Gerardo Ibarra

Alternative 3: ``` composer require gpibarra/dusk-for-laravel-zero ``` So, Add CustomDuskServiceProvider to file `config/app.php` ```php

In my opinion, filament should detect this situation (the field value has data, but the model is not loaded, in this case, because it is deleted with soft delete), in...

I agree that the data doesn't make sense. The question is whether filament should throw an exception or not, or whether it should hide the edit button in this case

duplicated https://github.com/beyondcode/laravel-dump-server/pull/82

obsolete https://github.com/beyondcode/laravel-dump-server/pull/91

Sorry for my English. According to the documentation https://github.com/JosephSilber/bouncer#allowing-a-user-or-role-to-own-a-model and https://github.com/JosephSilber/bouncer#ownership When checking permission, the owner check is always run (method isOwnedVia), whether or not the column exists in the...

Thanks for the reply. I close this PR, if at some point there is a version 2.0 then you could evaluate whether to add it or not.

@JosephSilber With the update to Laravel11, would it be a good time for this?

If it is going to be a breaking change then can this pr be merge? https://github.com/JosephSilber/bouncer/pull/619

Yes, Laravel 11 is only compatible with PHP 8.2. The change to Laravel 11 implies that the new phar will be built with Laravel11 and can only be run with...