Skip to main content
4 votes
1 answer
66 views

I have a Livewire component where $this->getName() works correctly and displays user name, but wire:click="logout" triggers a ComponentNotFoundException. The error message shows: Unable ...
Buddhika Lakshan's user avatar
1 vote
0 answers
89 views

I have a small problem with Laravel 12 where I cannot find a simple solution. The problem is simple: I need to prefix EVERYTHING. Reason for this: I have several Laravel apps which are all running ...
Klaus F.'s user avatar
  • 185
3 votes
1 answer
156 views

I've been trying to install @livewire/vite-plugin since last week, but I'm getting an authentication error. I researched it and saw that npmjs is forcing the creation of tokens for validation. I ...
Jonas Novello's user avatar
0 votes
1 answer
63 views

I am trying in Laravel-livewire by leveraging AlpineJS, to create some forms. The code below is blade.php. The idea is: Server provides a $fieldRegex. createComponent runs creating the alpineJS ...
Angelosp's user avatar
  • 201
0 votes
1 answer
51 views

Fail on save record on a modal in button action at header of infolist - filament laravel I have a page view AgendamentoView. That display infolist of an Agendamento (schedule). Each schedule have one ...
Rafael Laube's user avatar
0 votes
0 answers
101 views

Context: I am using Laravel 8 with Livewire. Alpine.js is installed via npm in my package.json: "devDependencies": { "alpinejs": "^3.15.2" } I am not using a ...
Muhammed shanid's user avatar
0 votes
0 answers
28 views

I have multiple livewire component wrapped insisde the if condition. I am able to load the initial page however the page just crashes whenever I go to the next step. <div class="flex flex-col ...
Shulz's user avatar
  • 634
0 votes
0 answers
52 views

I am using Filament 4.x with Livewire 3.x to build a tenant registration page. I have a custom loader that should display when the user clicks the register button. The registration button is rendered ...
Iwalewa Fawaz's user avatar
0 votes
0 answers
35 views

Select::make('category_id') ->options(fn () => static::getChecklistIncidentCategoryOptions(true)) ->columnSpanFull() ...
Hedi tropex Souaied's user avatar
3 votes
1 answer
231 views

I'm making most of my components extend from an abstract class where I register some exception handling using the exception lifecycle hook: use App\Livewire\BaseComponent; class MyComponent extends ...
IGP's user avatar
  • 16.4k
1 vote
1 answer
68 views

I'm using Laravel 12 and Livewire 3, and now I'm trying to use sweetalert2 in component file. Here is what I've already done: install sweetalert2 : npm install sweetalert2 in resources\js\app.js : ...
ronny hidajat's user avatar
2 votes
1 answer
116 views

I am trying to create a reusable Livewire input-file component, Such that : Easy embed in any (parent) and pass the model name (ex = "file1") How to store() the file is in control of (...
Dr.coddy hanseling's user avatar
-1 votes
1 answer
67 views

I hava a modal within a blade view(criteria.blade.php and i want this modal when triggered and filled to call the function with a component(Criteria.php) which sends data to the database but the ...
Bobvin's user avatar
  • 19
0 votes
0 answers
33 views

I have two sibling Livewire components: a country select and a city select. When the user selects a country, I want to: Notify the city select to show a loading spinner (via loading-cities event) Load ...
mitra razmara's user avatar
0 votes
0 answers
33 views

I’m building a dynamic form in FilamentPHP where ContentType stores field definitions in JSON. I created a trait to map each field into a Filament component like this: trait BuildsDynamicFields { ...
Bhazk's user avatar
  • 231

15 30 50 per page
1
2 3 4 5
180