ItsNeil ๐ฎ๐ณ
FFilament
โขCreated by ItsNeil ๐ฎ๐ณ on 1/28/2025 in #โโhelp
Filament themes with Webpack
Hey,
I am using webpack.config.js. I just installed filament on my laravel application, and I tried to shift to vite but failed ultimately.
I would like to add my theme although I don't think it seems possible with my current config? Can anyone help me out by telling me if its possible or telling me how to shift to vite/webpack mix
51 replies
FFilament
โขCreated by ItsNeil ๐ฎ๐ณ on 1/24/2025 in #โโhelp
Missing required parameter on list URL
Hey,
I am trying to list my resource (accessing /admin/resource/) but I get
Missing required parameter for [Route: filament.admin.resources.servers.edit] [URI: admin/servers/{record}/edit] [Missing parameter: record].
even though I am not trying to edit it.
I also tried setting the Edit page to be /edit/{record} yet that also did not work. All I have done is configured my create page, edit page is still not touched and I have added a few columns in Table.
I also tried deleting the resource and redoing it - did not work then too.9 replies