Skip to main content

Questions tagged [laravel-livewire]

Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.

laravel-livewire
0 votes
1 answer
25 views

No property found for validation: [g-recaptcha-response] biscolab / laravel-recaptcha

My project was written with Livewire For Google Recaptcha, I use https://github.com/biscolab/laravel-recaptcha This is the code of the controller: class ContactForm extends Component { public $...
mahla sg's user avatar
0 votes
1 answer
34 views

Livewire - Parent not listening to child $emit

I have these components in livewire and I want call a listener method in parent component // index.blade.php <div class="container"> <livewire:layouts.header /> <div ...
Soheil Ghasemian's user avatar
0 votes
1 answer
36 views

Highchart reload not working but disappearing

I'm using Livewire 3.5 on a personal project, with Highcharts.js. When I first render my component, everything is ok, my chart is correctly displayed. Then I change my select, and the component is ...
Bastien's user avatar
  • 147
-1 votes
1 answer
31 views

How to use two layout in liveware?

I am trying to use two different layouts for the front end and admin panel in my Laravel 11 application with Livewire. In livewire.php, the 'layout' option is set to 'components.layouts.app'. I want ...
Polash xaman's user avatar
0 votes
0 answers
9 views

What is Entry in FilamentPHP? What are the differences between TextColumn/TextInput and TextEntry?

I see that FilamentPHP already have TextColumn and TextInput. And it does not introduce the Entry very well as I see it here: https://filamentphp.com/docs/3.x/infolists/entries/getting-started What we ...
Player1's user avatar
  • 3,085
0 votes
0 answers
19 views

Unable to add emojis in quill RTE

I am using quill as my RTE in laravel/livewire app. Here is some of my code I have installed quill-emoji using npm My view file that loads the quill <div class="w-full" wire:ignore ...
Usama Arslan's user avatar
0 votes
0 answers
30 views

Laravel filament issue in showing image in edit and view pages

I am new to laravel filament. I have a user resource where there is an image for the user the picture is showing in the table (list page) and I can edit and update it and it is correctly changing in ...
karim harakeh's user avatar
1 vote
1 answer
34 views

Leafletjs map disappears after Livewire component refresh

I have a Livewire component and inside it there is a leaflet js map. It works fine until there is a validation error or component refresh happens. When that occurs, the map disappears from the page. ...
Pasindu Ruwandeniya's user avatar
0 votes
0 answers
10 views

Class "LivewireUI\Modal\ModalComponent" not found

i have an error when i hosting on server side , please help me i user composer require wire-elements/modal Class "LivewireUI\Modal\ModalComponent" not found Class "LivewireUI\Modal\...
Hun Vichet's user avatar
1 vote
0 answers
22 views

Laravel Livewire wire:modle and wire:click showing 404 on cpanel but works fine on localhost

Laravel livewire works perfectly on localhost but when deploy to cpanel; shared hosting, wire:click and wire:model, not working, for example I have a live data search implemented with livewire, but ...
Victor Vibist Tetteh's user avatar
0 votes
1 answer
42 views

How to run a JavaScript method after livewire component update and re-rendering?

I want to run a javascript method called makeFinalAdjustments(), but it needs to happen after the page has finished re-rendering the content following a click event inside this livewire component: //...
Urbycoz's user avatar
  • 7,351
0 votes
1 answer
31 views

Livewire encountered corrupt data when trying to hydrate a component Filament Relation Manger

Select::make('fees_description') ->label('الرسوم') ->preload() ->multiple() ->live() ->options(Fee::all()-...
Muhammad Essam's user avatar
2 votes
1 answer
31 views

Nested input fields not showing as expected

Livewire Component <?php namespace App\Livewire\Guide; use App\Models\People; use Livewire\Attributes\Validate; use Livewire\Component; class RequestGuide extends Component { public $...
Keith Medlin's user avatar
0 votes
1 answer
27 views

How to open *.docx file with editor of the OS?

On laravel 10 / filament 3 site I create and save *.docx file with "Word2007" format using phpoffice/phpword library under site storage(I keep path of the generated file). After saving of ...
Petro Gromovo's user avatar
0 votes
0 answers
23 views

Livewire Component Redirects to /livewire/update one time in Production but Works in Development

Issue: I'm building a full stack Laravel 11 application with Livewire. In development, everything works fine, but in production, when I make the first component update, it redirects me to GET /...
Twfyq Bhyry's user avatar

15 30 50 per page
1
2 3 4 5
173