What's the best way to implement a view layer login like a graph or something that is to be used in more than one place in laravel?
For further actions, you may consider blocking this person and/or reporting abuse
What's the best way to implement a view layer login like a graph or something that is to be used in more than one place in laravel?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (6)
Would you further clarify what exactly are you trying to do? On the surface, I feel like you're looking for reusable components in your Blade templates. This could be cleanly done with components and slots. Or perhaps you're looking for something else?
Thanks for the response, John. Components and slots do the work but not quite what I have in mind. I am looking more like Cell from CakePHP.
thanks a lot.
I guess I can work on this. thanks a lot and I will be waiting for the article...
:P
thanks, Dainius.
BTW do you have any working example of the same?