mike
mike
FFilament
Created by MikeG on 3/31/2024 in #❓┊help
Vapor timeout on 1 panel
@MikeG - Is this on the Dashboard view or on a List view? What does your vapor.yml look like? Have you tried installing Laravel Telescope? You may need to add an index somewhere.
5 replies
FFilament
Created by mike on 3/19/2024 in #❓┊help
Laravel Vapor attempts to load `vendor/livewire/livewire.js` (and gets a 404).
I added this to config/livewire.php
'asset_url' => (bool) env('APP_DEBUG', false) ? "/livewire/livewire.js" : "/livewire/livewire.min.js",
'asset_url' => (bool) env('APP_DEBUG', false) ? "/livewire/livewire.js" : "/livewire/livewire.min.js",
and it fixed my Vapor issue.
3 replies
FFilament
Created by D5300 on 1/13/2024 in #❓┊help
Vue 3 in custom page
I'm late to the party. But @D5300, consider using Laravel Nova. It's built entirely on Vue.js.
20 replies