calmjohnson
calmjohnson
FFilament
Created by calmjohnson on 11/11/2024 in #❓┊help
is it possible to have clusters in my plugin?
Hi everyone, I'm prototyping a plugin for filament and I wanted to add clusters same way you add resources and pages but it seems to not be on the documentation, Is this possible? if so, how?
2 replies
FFilament
Created by calmjohnson on 3/14/2024 in #❓┊help
Error installing filament on Laravel version 11
Hello everyone, I am trying to install filament on the latest laravel release which is version 11, I've installed livewire and that went smoothly. However, trying to install filament throws the below error from composer. Your requirements could not be resolved to an installable set of packages. Problem 1 - illuminate/console[v10.0.0, ..., v10.48.2] require nunomaduro/termwind ^1.13 -> found nunomaduro/termwind[v1.13.0, ..., v1.15.1] but these were not loaded, likely because it conflicts with another require. - filament/filament v3.2.0 requires illuminate/console ^10.0 -> satisfiable by illuminate/console[v10.0.0, ..., v10.48.2]. - Root composer.json requires filament/filament 3.2 -> satisfiable by filament/filament[v3.2.0]. I used the official command from the doc: composer require filament/filament:"^3.2" -W Any idea on how to fix this please?
12 replies
FFilament
Created by calmjohnson on 10/26/2023 in #❓┊help
is there any reference documentation to see all methods used by the various filament packages?
I have searched to see if there is any part of the documentation to see a reference of all the methods used by the various packages and their methods, I haven't been able to find one. Does such a thing exist in the filament documentation?
3 replies
FFilament
Created by calmjohnson on 9/28/2023 in #❓┊help
How can I add a table to a custom page
Hello everyone, I created a custom page by following the documentation which contain instructions on adding actions and widgets to the page, however there doesn't seem to be any guide as to how one could add a table and I really need to add a table to this custom page. Is this not possible? I've tried to use the method used to add a table to a livewire component, but the page just shows up blank, meanwhile, adding actions and widgets works fine.
6 replies
FFilament
Created by calmjohnson on 6/24/2023 in #❓┊help
Class "Filament\Forms\Components\TextArea" not found
Hi everyone, I built an application with filament and everything works fine locally. However, when I upload to a shared server (cpanel) and visit any page that has a form and uses the "TextArea" form component I get an error. Class "Filament\Forms\Components\TextArea" not found If I replace the textarea component with a textinput component then it works again. Meanwhile, on local this issue is non existent. Please, someone help me out with issue.
6 replies