B2
B2
FFilament
Created by B2 on 11/19/2024 in #❓┊help
The POST method is not supported for route admin/login for custom login page
Hello 👋 , I tried publishing the Livewire files, but it still doesn't work 😬
5 replies
FFilament
Created by B2 on 11/19/2024 in #❓┊help
The POST method is not supported for route admin/login for custom login page
It seems that the issue is related to my custom layout.
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="h-full bg-white">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Laravel</title>

<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel="stylesheet"/>

@if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot')))
@vite(['resources/css/app.css', 'resources/js/app.js'])

@endif
</head>

<body class="h-full">
@yield('content')

@vite('resources/js/app.js')
</body>
</html>
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="h-full bg-white">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Laravel</title>

<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel="stylesheet"/>

@if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot')))
@vite(['resources/css/app.css', 'resources/js/app.js'])

@endif
</head>

<body class="h-full">
@yield('content')

@vite('resources/js/app.js')
</body>
</html>
When I remove it, the login works perfectly, but the CSS does not render as expected. Any ideas?
5 replies
FFilament
Created by B2 on 9/6/2024 in #❓┊help
Export action doesn't work anymore
Sorry, I must have made a mistake when cc'ing, I have the error: "Filament\Actions\ExportAction" not found
4 replies
FFilament
Created by B2 on 2/16/2024 in #❓┊help
How to custom notifications content after export
No description
6 replies
FFilament
Created by B2 on 2/16/2024 in #❓┊help
How to custom notifications content after export
Oh yeah, you're right. Thank you!
6 replies