PiahDoNeumann
PiahDoNeumann
FFilament
Created by PiahDoNeumann on 5/25/2024 in #❓┊help
livewire/update - 500 Internal error
I think I found the problem, there was a problem with the mysql drive. But it's not something obvious that I was able to find directly. Thank you for your support.
6 replies
FFilament
Created by PiahDoNeumann on 5/25/2024 in #❓┊help
livewire/update - 500 Internal error
Let's step by step!! In Nginx it is not. Because in php-fpm there is also error 500, in the "docker log".
6 replies
FFilament
Created by PiahDoNeumann on 1/6/2024 in #❓┊help
Filament Page and Livewire, problem with tailwind css
Isn't it configured by default, for example something like bg-primary-500?
25 replies
FFilament
Created by PiahDoNeumann on 1/6/2024 in #❓┊help
Filament Page and Livewire, problem with tailwind css
In fact, I would like to use the ones on this page: https://tailwindcss.com/docs/customizing-colors#color-palette-reference Báh!!
25 replies
FFilament
Created by PiahDoNeumann on 1/6/2024 in #❓┊help
Filament Page and Livewire, problem with tailwind css
But bg-slate-700 is from tailwind. Or I need to custom there?
25 replies
FFilament
Created by PiahDoNeumann on 1/6/2024 in #❓┊help
Filament Page and Livewire, problem with tailwind css
class="text-xl and border" working. class="bg-slate-700 or bg-sky-700" not working.
25 replies
FFilament
Created by PiahDoNeumann on 1/6/2024 in #❓┊help
Filament Page and Livewire, problem with tailwind css
not working. I need more configure?
25 replies
FFilament
Created by PiahDoNeumann on 1/6/2024 in #❓┊help
Filament Page and Livewire, problem with tailwind css
Right. I execute "php artisan make:filament-theme livewire" and return this: WARN Action is required to complete the theme setup: ⇂ First, add a new item to the input array of vite.config.js: resources/css/filament/admin/theme.css ⇂ Next, register the theme in the admin panel provider using ->viteTheme('resources/css/filament/admin/theme.css') ⇂ Finally, run npm run build to compile the theme
25 replies
FFilament
Created by PiahDoNeumann on 1/6/2024 in #❓┊help
Filament Page and Livewire, problem with tailwind css
Default name of the panel is admin by default.
25 replies
FFilament
Created by PiahDoNeumann on 1/6/2024 in #❓┊help
Filament Page and Livewire, problem with tailwind css
I execute the command "filament:install —panels" and replace the AdminPanelProvider. Generate new page.
25 replies
FFilament
Created by PiahDoNeumann on 1/6/2024 in #❓┊help
Filament Page and Livewire, problem with tailwind css
Command: php artisan make:filament-theme mytheme Result this: default Filament panel is set. You may do this with the default() method inside a Filament provider's panel() configuration.
25 replies
FFilament
Created by PiahDoNeumann on 1/6/2024 in #❓┊help
Filament Page and Livewire, problem with tailwind css
Do I need to configure panels on pages to use livewire with tailwind css?
25 replies
FFilament
Created by PiahDoNeumann on 1/6/2024 in #❓┊help
Filament Page and Livewire, problem with tailwind css
The livewire component: <div> <div class="bg-sky-700 px-4 py-2 text-xl hover:bg-sky-800 sm:px-8 sm:py-3 bg-black/25 border border-gray-200/25">My Components</div> </div>
25 replies
FFilament
Created by PiahDoNeumann on 1/6/2024 in #❓┊help
Filament Page and Livewire, problem with tailwind css
This is code: <x-filament-panels::page> <livewire:my-component/> </x-filament-panels::page>
25 replies
FFilament
Created by PiahDoNeumann on 1/6/2024 in #❓┊help
Filament Page and Livewire, problem with tailwind css
Yes. I installed panels.
25 replies