Blade Components: Nested, Anonymous, and Laravel 8.62 New Syntax

preview_player
Показать описание
In this video, I want to show you an example of "nested" Blade components for a table with headings/rows/cells, and also a new Laravel 8.62 feature to group such components in a sub-folder.

Related links:

- - - - -
Support the channel by checking out our products:
Рекомендации по теме
Комментарии
Автор

When trying to update dependencies with composer, you can run "composer update --dry-run" to see every change composer wants to do without actually doing them. It's completely safe.
The dry-run flag works with other arguments as well. For example

composer update laravel/framework --dry-run

intipontt
Автор

Thanks a lot for the video. The beauty of Laravel components is that they are very similar to Vue components in usage which is kind of tough to achieve in a server-side framework.

adityakadam
Автор

Thank you. Useful things - as always!
By the way, you can use shorter command to get Laravel version: php artisan -V
(uppercase "V")

VadimBesedin
Автор

Very helpful, thank you so much for taking the time :D

ricko
Автор

the stress is on the second syllable: comPOnent. There are a few native speakers who also get this wrong ;) ... good job on the videos

BecomeAWebDev
Автор

Very nice with this index on components. Like import in js.

JACKoPL
Автор

As always great video! Thank you very much :)

maxpower
Автор

Thanks a lot for all your videos. I have learnt a lot over the last few weeks watching your videos. I have been working on a small project still very early stage, and I wanted make use of laravel blade components. I was not able to figure out how can I get form model binding using using blade components ? Similar to what this package( ) has done but I do not use the heavy package when I build a lighter version of it myself, also I am not using livewire. I am expecting the latest component features might offer something out of the box which I might be missing. Or the only way to do it is to follow what the above mentioned package did by binding model to container? I could also use session to store and use but I am still wondering there could be a way to pass/share data across all component (classes) on a given template or atleast Sharing data from parent component to all clients components. Similar to @aware directive for anonymous components.

megamaster
Автор

after 5 months of Laravel daily videos, I feel confident and expert in Laravel <3 Thank you Povilas
But if may I ask something, I'm seeking your advice on the following matter.

As a backend engineer/developer:
1- Should I build a portfolio website to show my work? Or stick with a Github account it's enough?
2-What type of projects should I build to present my work? (admin panel demo, API Endpoint to do a task..etc)

hadidagher
Автор

thanks a lot for tutorial and we need another hard challenge

fadye
Автор

I hope you will release a video showing how to set up phpstroms and laravel like you've shown

thovu
Автор

if using laravel goto component at vscode, this way have a problem. can't linked and make it slower work but it's useful information, thank you.

UrfanFahada
Автор

Hi Daily, I have query about authentication in laravel 8. Which dependency should we install either laravel/ui or laravel breeze for authentication?

samiullah
Автор

What is the better way to keep up to date database while working multiple team member on same project?
without manually import/export

codepopular
Автор

Been waiting for someone to make that pull request and the devil answered the call.

daleryanaldover
Автор

The only problem I have when putting components files in a sub folder structure is using Emmet in the tags. Using the dot always create the class attribute, how do you deal with that in phpstorm?

adrianonetto
Автор

if we want to add some attributes on specific table row component (not to all), which is best way?

vildanbina
Автор

Can you create api role permissions in laravel please

nouchmrk
Автор

mmh this feels like atomic design, , , , can you shoot a video concerning Livewire/Jetstream with Atomic Design please??

ignatiusn