How to Extend Laravel Package: Spatie Tags Model Example

preview_player
Показать описание
A practical example of adding extra behavior to a Laravel package.

- - - - -
Support the channel by checking out my products:

- - - - -
Other places to follow:
Рекомендации по теме
Комментарии
Автор

Great video as always Povilas, thanks.

Just wanted to say that your SOLID course is one of my favourites. That and the one on database structures.

gdogmalone
Автор

Just in Time :)
I Was Just Thinking of this two days ago ♥ Thanks

OfficialEgyWeb
Автор

how about handling or tagging user id ? so that they can see if they are involve into a particular post, because I'm struggling this kind of an idea. give me a HINT Sir, thank you.

lowelltebrero
Автор

1:58 Что означает ->constrained()? в строке 17

ringnull
Автор

Sample scenario:
I have a base class (let's call it SomeModel), which extends Eloquent's Model, and adds extra functionality that I wish to have on all of my models.
If I wanted to use Spatie's Tag on top of that, how best can I go about doing this?
I cannot extend from both classes.

I ran into this issue and resolved it somewhat by using traits instead, but wasn't too happy with it and would like to know if there is a better way.

Remls
Автор

Great video! Does this have any consequences if you do a composer update afterwards?

beatnu
Автор

Hi is there a way to send push notifications to 2000+ users with in 2 milli seconds using laravel and react native. Please help me with this or any system design for this module. Thanks

DoonSafari
Автор

Сделайте видео о пагинации пожалуйста. У меня почему-то гет параметры не приходят в реквест. Никак понять не могу что делать )

ringnull
Автор

I don't feel confident enough to do this

ricko
Автор

{"success":false, "message":"Bad Request", "statusCode":400}
when i tried to login in a login form in local env i am getting this message and also some pages load but not working properly but when my friends everything work fine as normal "having this issue only on local ENV live everythings work fine" can anyone help me PLEASE, @LaravelDaily please help

Altamash