AbdulRahman El-zahaby
AbdulRahman El-zahaby
same here
> @egyjs we can do this, sure, thank you! 🙏 > > Can you please help with your dev setup, to understand why this is needed in your case -...
> A [new inspection](https://scrutinizer-ci.com/g/Laravel-Backpack/CRUD/inspections/79abde12-4117-4f81-b28c-26bbf26f7ae4) was created. ----------------- # issue No autocomplete in Facade that don't have DOC (`@tags`)  # fix in the previous PR i add `@method`s one by...
Yes it's . This is delay to appear , `timer` is delay to disappear
> just thinking of a reason someone will want to delay notification before showing. case example ``` $this->alert('success', 'Your answer has been submitted'); $this->alert('info', 'You can update your answer',[ 'timeout'...
I was thinking of creating method that add the "use trait" For example ```php If(app()->version() = "8") addTrait("Trait Name","TraitNameSpace") ``` Instead of creating many stubs
@tabacitu As I mentioned earlier, instead of creating so many stubs, or so, we can just make it dynamic here is a method made by me so you can add...
> I think this causes the records to be deleted and recreated every time the repeater is saved because Filament is not able to recognize the random ID as the...
> I understand the problem, I was explaining a new problem that this PR has introduced Hmmmm Oh, I understand now.. i will try to fix this