calmjohnson
calmjohnson
FFilament
Created by calmjohnson on 3/14/2024 in #❓┊help
Error installing filament on Laravel version 11
I wonder what the difference is between the two tho, however, it worked...
12 replies
FFilament
Created by calmjohnson on 3/14/2024 in #❓┊help
Error installing filament on Laravel version 11
This solution finally worked with a little tweak; I changed the line: "filament/filament”: “^3.2”" To: ""filament/filament": "^3.2.0"" then ran composer update and it worked! Thanks very much Mr awcodes.
12 replies
FFilament
Created by calmjohnson on 3/14/2024 in #❓┊help
Error installing filament on Laravel version 11
Tried the command: "composer require filament/filament:"^3.2.0"" Got the following error: Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires filament/filament 3.2.0 -> satisfiable by filament/filament[v3.2.0]. - filament/filament v3.2.0 requires illuminate/auth ^10.0 -> found illuminate/auth[v10.0.0, ..., v10.48.2] but these were not loaded, likely because it conflicts with another require. I have no idea what's going on here
12 replies
FFilament
Created by calmjohnson on 3/14/2024 in #❓┊help
Error installing filament on Laravel version 11
I've done this and it still fails to install This is the new error "Your requirements could not be resolved to an installable set of packages."
12 replies
FFilament
Created by calmjohnson on 3/14/2024 in #❓┊help
Error installing filament on Laravel version 11
I don't have termwind in my composer.json I think it's a filament requirement or something.
12 replies
FFilament
Created by calmjohnson on 9/28/2023 in #❓┊help
How can I add a table to a custom page
This works, but it turns out I forgot to add {{ $this->table }} to the blade view for the page. Thanks a lot.
6 replies
FFilament
Created by calmjohnson on 6/24/2023 in #❓┊help
Class "Filament\Forms\Components\TextArea" not found
Thanks for the help.
6 replies
FFilament
Created by calmjohnson on 6/24/2023 in #❓┊help
Class "Filament\Forms\Components\TextArea" not found
Thanks so much! this fixed the issue.
6 replies