Код: Выделить всё
php artisan make:livewire pages::users.index --mfc
- resources/views/pages/users/
index/index.php
- resources/views/pages/users/
index/index.blade.php
Код: Выделить всё
public function render()
{
return view('pages.users.index.index', [
'users' => $this->users(),
]);
}
Подробнее здесь: https://stackoverflow.com/questions/798 ... livewire-4
Мобильная версия