Full Page Components | Laravel Livewire 3 for Beginners EP15

preview_player
Показать описание
Welcome to our livewire 3 course, in this course we will cover all the basis needed to build dynamic front end components using livewire. we cover full page components, how to create them and how to use them. We also cover how to use route model binding as well.

Course Playlist :

Tailwind CDN :

FlowBite header template file:

Through out the course we will cover:
- how to make components
- Actions
- Properties
- Form Submission and Validation
- Flash Messages
- Tables and Pagination
- File Uploads
- Inline Components
- Full page Components and Layouts
- Events
- Offline States
- URL Query Parameters
- Nesting Components
- Navigate
- Loading states, Lazy loading and placeholders

And more

Livewire 3 website :

Boostrap Documentation:

If you would like me to make more livewire videos, please let me know by liking the video and commenting what you like to learn next.

What is livewire:
Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel. (Taken from Livewire Documentation)
Рекомендации по теме
Комментарии
Автор

because of you bro my livewire journey gets easier

peterjohngerero
Автор

Hi Martin, another superb video. Valuable information, clear and simple. Great voice and langluage makes your videos really enjoyable. Better thank many on some paid learning platforms. Hope your channel will grow over time as reward of your effort.

MiroslavCada
Автор

This playlist is the 101% recommended 🫶🏽

ibrownlad
Автор

Please don’t forget to make a complete playlist of a project fully based on livewire after the completion of this playlist

ibrownlad
Автор

also make a livewire project with implementation of all these concepts. because it will really help in practice and job interviews as well

Crickethit
Автор

Is it possible to just use a shared file and then just use @extends('shared')? and then maybe use @section(), @include() in the shared file? What makes this different? and is the way in the video preferable?

princeequalizer
Автор

Great video! I am confused about where would I place some of the CRUD operations inside the component. For example, if I create a PostsPage, the render will be the index, and what about the create post? do I need to create another component called CreatePost?

scuraluis
Автор

I'm trying to create a full page Livewire component but the route keeps trying to locate the given livewire class in the defined namespace of App\Http\Controllers. Any idea how to get around this?

lcyoong
Автор

Hello, Yelo, I am new to livewire and I am working on a project but ran into an issue. So I a using wire:navigate to move from one full page component to another but the issue is when I load my homepage on the first visit it loads well, then i visit anoter page and when I come back to the homepage from the other page some of the sections of the homepage disappears unless i reload or refresh the page

RoyalNjoku
Автор

Please what do you use for code completion?

egwuted
Автор

Please give me the visual sudo code theme

quocvunguyen
Автор

How to do Custom Attributes e.g. for Meta description and others like the Title attribute?

luckyplayax
Автор

How to use datatable yajra in livewire

eramitgupta