What's New in Laravel 10 - Introducing Laravel Pennant

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

It's really a luxury we got Laravel and all these awesome packages, can't imagine using any other php framework

MichaelBelgium
Автор

Omg man you changed so much, I remember speeding through your videos with 1.5 playback speed and learning a lot of stuff. :D

lucifer
Автор

I think that this question is already done, but I did not find any difference between this and gates and policies except by the database table for those features, As I understand it looks like something more related to a mindset a tool specific for development features/plugins/new sections of an app, and divide this logic from authorization logic, in that case it makes a huge sense

arielmejia
Автор

i write my apps pretty modular, making things partial realeases pretty easy, but lets be honest, if you are making a redesign you kinda go full release for all
the only moment we has partial access was when we had 8 load balancers, and decided to make just one of theose load balancers load the redesigned app(+ rewrite backend) until we delivered 80-90% of the features of the main original app
i just think this kind of package is ok if you design your app to take it into consideration from the start and most importantly if you need to do it

SXsoft
Автор

Nice tutorial but, how is this different from Gates and Policies?

damilarekoiki
Автор

Can you maybe give us some more complex thing why should we use this? I mean you can make new-design permission and assign it to certain users and do the check and insert into db or logs the info. Not seeing the big picture, so thats why I asked for some more complex idea behind it?

DeTechDivus
Автор

Hi Jeffrey, you are the man !!!! Thank you so much for taking the time to share this with us. The web site's opening paragraph made me say "oh my god i dont have time to learn another package...what is this now? i dont quite get it..." but you made it so clear what it is about and how easy it is to use that now I want it desperately ! Side question though, i want to have a laravel backend serving whatever (blade or vue) and at the same time i need to have api support. Any resources explaining the different auth packages? I can see breeze includes sanctum but when i am installing it is says pick one - blade, vue or api support. Cant i have all of them?

athanasiosagiannidis
Автор

what if it is guest user and hence User is null? can Feature::define() take in $request?

JustSomeObject
Автор

Can feature be assigned to some other scope that is not a User? Like, Tenant?

mityukov
Автор

So.. every time I want to test a new feature the database will be populated with records for every user to see if they have access to that feature or not? that table will become very big if I have millions of users. Also.. does it query that table on every page load?

RazvanIacob
Автор

Feature is a nice feature. Damet garm.

yasnaderi
Автор

Please share your theme and font please :(

konsey
Автор

They also need to focus on performance aspect. With every new update framework is becoming more bulky.

demogyani