10 likes
·
30.2K reads
5 comments
Estaba batallando con filament i me encontre con tus indicaciones . 1.- he solucionado mi problema. 2.-Me he registrado a hashnode. muy agradecido!.
Thanks for the post is amazing!
At first glance, it looks really nice and useful - so I am going to try!
Well: I have tried and it is a brilliant introduction:) thanks for profiding that. The only little thing, is that now using LARAVEL 10, i am getting a "deprecated" warming from my intelephense when using Tables\Columns\BooleanColumn::make('email_verified_at')->label('Verified'), and the suggestion : class BooleanColumn extends IconColumn { } @deprecated — Use IconColumn with the boolean() method instead. But I have not managed that yet. (I am very new") thanks a lot anyway.
Am starting to follow your tutorial
please give a bit mroe info about using or not using --dev with breeze install
Note: The --dev flag on this command installs this package in development-only mode. But won't you need authentication in production, too? Yes, but this package installs and copies all of its files into your core app when you run this command...
what is the disadvantage of the package copying everything to core app ?
if I need breeze (autentication) in production, what do I do?