Courses

Advanced Laravel Livewire

Full Page Components Example with Layouts

Previous: Same Component for Create and Edit Forms
avatar

Instead of publishing config we can also use main layout by "extends" our livewire render view method like "return view('livewire.show-posts')->extends('layouts.main')". Or even we can also use "layout" instead of extends. It works in both ways

👍 3
avatar
You can use Markdown
avatar
You can use Markdown