Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
35 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
77 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
26 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
44 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
27 views

Select::make('category_id') ->options(fn () => static::getChecklistIncidentCategoryOptions(true)) ->columnSpanFull() ...
Hedi tropex Souaied's user avatar
3 votes
1 answer
225 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
63 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
109 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
0 votes
1 answer
60 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
  • 21
0 votes
0 answers
31 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
29 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
0 votes
0 answers
85 views

I have an issue with my code in production Heroku (running without problem locally). I get the error Target class [livewire] does not exist This is the code in my AppServiceProvider which triggers the ...
KarmaWin's user avatar
1 vote
0 answers
86 views

I have an issue where I need to paginate an eloquent collection that has calculated fields, fields not in the database. Livewire's WithPagination trait only wants to be applied to an Eloquent query ...
Geo R's user avatar
  • 33
-1 votes
1 answer
163 views

In screenshot below i have a set of data insertion which contains each parent might have o to 6 children : when i try to get data in my livewire blade (the part facing issue) like below: <div ...
moh89's user avatar
  • 82
1 vote
1 answer
305 views

I just created a fresh Laravel 12 project using the Livewire starter kit and added Flux UI. Steps I followed: laravel new my-app # Selected starter kit: > livewire Then I followed the Flux UI ...
nik04r's user avatar
  • 11
0 votes
1 answer
143 views

I'm using Filament 3.2 on Laravel 12, I just moved the project on a new server. On the old server this problem did not happen. That's the definition of the field Forms\Components\FileUpload::make('...
Tiziano Mischi's user avatar
0 votes
0 answers
74 views

I’m using Livewire 3.6.3 with a chart (ApexCharts). On my Livewire component I dispatch an event: $this->dispatch('update-chart', $this->report['chart_data']); And in JS I listen to it: ...
Adam's user avatar
  • 29.6k
0 votes
0 answers
52 views

I have the following data model(equipment rental): order(id,client_id,status), equipment(id, title, rental_price, status, category_id). equipment_unit(id, equipment_id, code) order_items(order_id, ...
Serhiy Lytvyn's user avatar
0 votes
0 answers
82 views

I'm building an admin menu manager with Laravel Livewire and SortableJS. The drag-and-drop UI works perfectly but I can not reorder menus and nested submenus visually. I have a recursive function in ...
MicroWeb Technology Ltd's user avatar
0 votes
0 answers
92 views

Background I have a Livewire 3.x component that displays a confirmation modal for deleting a page. When I deliberately throw an exception in my action, Livewire shows the dark “error” overlay, but the ...
Timofey A Bogdanov's user avatar
0 votes
0 answers
76 views

I'm using livewire 3 with an implementation using multiple subdomains. Initially i've had multiple CORS errors trying to fetch resources from other subdomains, which was solved by adding livewire/* ...
Matthew Bradley's user avatar
1 vote
3 answers
214 views

In a Filament form I have the following field: FileUpload::make('Files') ->acceptedFileTypes(self::$filetypes) ->disk('local') ->moveFiles() -&...
user26705630's user avatar
1 vote
2 answers
104 views

I'm having trouble with my query when using pagination and offset in Livewire 3. My query is supposed to display the latest articles, but I want to offset 4 articles because I've already created a ...
fajriyan's user avatar
  • 101
0 votes
0 answers
146 views

I've got this text input field with a little copy to clipboard button Forms\Components\TextInput::make('idp_xml') ->label('Generated URL') ->disabled() ->...
Nathan's user avatar
  • 3,101
0 votes
2 answers
102 views

How do I hide a custom blade (PanelsRenderHook) on my sidebar if sidebar is collapsed. class AppServiceProvider extends ServiceProvider { public function register(): void { } ...
KrutSednar's user avatar
1 vote
2 answers
397 views

I am developing an application using Laravel 12 and Livewire, hosted locally on Laragon. Initially, the file upload feature worked perfectly. I was able to upload images successfully, and they were ...
Raihan Firdaus's user avatar
0 votes
0 answers
92 views

I'm using Laravel Scout with Meilisearch inside a PowerGrid Livewire component to implement full-text search on a Product model. The search function works as expected, but it's noticeably slow taking ...
Shehara Nayanananda's user avatar
0 votes
0 answers
32 views

I'm trying to upload an image of 50kb to AWS S3 using Livewire. As soon as I select the image for upload, a 500 error pops up. I have tried tracking the issue but I have not being successful. Although,...
BlackPearl's user avatar
  • 2,904
1 vote
1 answer
53 views

Problem explanation I'm using Livewire with an abstract base component (AbstractRecipeList) that handles common logic like render() and returns the same view (livewire.recipe-list) for all child ...
Dmytro Shved's user avatar
0 votes
1 answer
166 views

I'm updating an old php app where the client logs in using username and I have to keep the same functionality. I've changed email to username in the livewire/auth/login.blade file <flux:input ...
mr_j's user avatar
  • 135
0 votes
1 answer
92 views

Goal: Create reusable sorting and pagination logic for multiple Livewire components. Description of the problem: RecipeList.php is responsible for filtering recipes based on URI parameters, as well as ...
Dmytro Shved's user avatar
0 votes
0 answers
71 views

I faced a strange 404 error when working with Livewire 3.0 (maybe because I use nested components - didn't tested on a single component yet) when passing a Model Object to the data of the view of a ...
Michael Kocurek's user avatar
0 votes
0 answers
70 views

I am not an AlpineJS expert. I am trying to use Alpine JS in a Laravel Blade component to use the SignaturePad library to capture a signature. My code, cribbed from somewhere else, is below and has ...
Matthew Allen's user avatar
3 votes
1 answer
151 views

I'm having an issue and I think it might be with Tailwind4, I haven't really used Tailwind before. But now since I am using Livewire Flux, I have an issue with the Flux editor, or at least, with ...
Hardist's user avatar
  • 2,011
0 votes
1 answer
92 views

Problem description: In my RecipeList.php I am showing the list of recipes: @forelse($recipes as $recipe) <x-recipe-card :recipe="$recipe"/> @empty <p>error</p> @...
Dmytro Shved's user avatar
3 votes
1 answer
277 views

I've come across a very strange issue working on a new project with the Laravel Livewire starter kit. It appears that Tailwind is not working out of the box? After doing a fresh laravel new test ...
Chris's user avatar
  • 843
0 votes
0 answers
37 views

I'm building an admin panel using Laravel 11, Livewire 3, Jetstream (Livewire stack), and DaisyUI. I've created a Livewire component, registered the route, and tried to render it inside a Jetstream ...
Zaid Zhonbedkar's user avatar
0 votes
1 answer
191 views

I'm building an admin panel for an e-commerce site using Laravel 10/11, Livewire 3, Jetstream (Livewire stack), and DaisyUI (for styling). I have a Livewire component (CategoryManagement) that ...
Muhammad Sameed's user avatar
0 votes
0 answers
37 views

I have a Livewire Component Import.php: <?php namespace Modules\Donor\app\Livewire\Modals; use Illuminate\Support\Facades\Auth; use Illuminate\Support\Facades\Notification; use Illuminate\Support\...
Michael Burton's user avatar
1 vote
0 answers
89 views

I have logic for like/dislike button in two separate livewire components (LikeButton.php/DislikeButton.php) The problem is I want like/dislike buttons react immediately after clicking After clicking I ...
Dmytro Shved's user avatar
0 votes
3 answers
196 views

What happened? I'd like to validate uploaded file type to be sure it's an image: <x-filepond::upload wire:model="photo" allowImagePreview imagePreviewMaxHeight="200" ...
Kornel's user avatar
  • 4,264
0 votes
1 answer
77 views

Laravel 12 Livewire 3.6" Hi, I Found two posts with solution to this issue, but doesn't answer my issue. The three cascading dropdowns (countries, states, cities) are rendered correctly in the ...
marcq's user avatar
  • 485
1 vote
2 answers
80 views

I am developing an App that uses Jetstream registration as well as teams. With my App users join App once and they stay, so I need set current_team_id to user when he/she accepts invitation via email. ...
MUGWANEZA MANZI Audace's user avatar
0 votes
1 answer
50 views

working on a laravel project, Cookie and session stopped setting on client's browser in production but work on localhost. every form submission is not getting to controller and returned 419 page ...
Abenslive's user avatar
1 vote
0 answers
123 views

I'm trying to use Laravel Reverb in a Laravel 12 application. I've gone through several tutorials and documentation, but almost all of them implement authentication using Laravel Breeze. However, with ...
Nima_8FT's user avatar
0 votes
0 answers
49 views

I have the folllowing noitification: <?php namespace App\Notifications; use App\Models\Comment; use App\Models\Ticket; use Illuminate\Broadcasting\PrivateChannel; use Illuminate\Bus\Queueable; ...
gclark18's user avatar
  • 723
0 votes
4 answers
169 views

I'm working with Laravel 11, Livewire 3.6.10, and Alpine.js (properly configured). I'm encountering an issue where wire:model doesn't bind the value to an input field after a page refresh, even though ...
Sayed Hussainullah Sadat's user avatar
0 votes
0 answers
59 views

I'm using Laravel 12 and Livewire 3 and have a very particular problem. On individual article pages, when interacting with a Livewire component, I get a 404 error for /livewire/update if in the model'...
Catalin's user avatar
  • 853
0 votes
0 answers
47 views

Someone injected an online gambling web script into my Filament website. I saw they inserted scripts in root, public, storage, and vendor folders. I have found some scripts, but there are still ...
Hilmi's user avatar
  • 445
0 votes
1 answer
148 views

I'm using Laravel 11 with Livewire 3.6.10 and have Alpine.js properly configured. I'm facing an issue where Livewire actions such as wire:click, wire:submit, and wire:model are not working as expected ...
Sayed Hussainullah Sadat's user avatar

1
2 3 4 5
54