stursby
stursby
FFilament
Created by ericmp on 2/24/2025 in #❓┊help
Can't install Filament on Laravel 12 fresh app
Just do this for now!
composer create-project laravel/laravel="^11" my-project
composer create-project laravel/laravel="^11" my-project
46 replies
FFilament
Created by ericmp on 2/24/2025 in #❓┊help
Can't install Filament on Laravel 12 fresh app
🤷‍♂️ I feel like they now have a specific cadence where they release majors on a schedule
46 replies
FFilament
Created by ericmp on 2/24/2025 in #❓┊help
Can't install Filament on Laravel 12 fresh app
is it just because of their release cycle?
46 replies
FFilament
Created by ericmp on 2/24/2025 in #❓┊help
Can't install Filament on Laravel 12 fresh app
Can I use it with Laravel 13? lolol I'm kidding 😂
46 replies
FFilament
Created by ericmp on 2/24/2025 in #❓┊help
Can't install Filament on Laravel 12 fresh app
yea, those errors just look like Composer can't satisfy specific package versions that are pinned down in both Laravel 12 and Filament
46 replies
FFilament
Created by matthias on 12/19/2024 in #❓┊help
Add part of filament in external Page
yea, what @LeandroFerreira said, you'll have to install each Filament "component" and then update tailwind, vite, etc accordingly
13 replies
FFilament
Created by matthias on 12/19/2024 in #❓┊help
Add part of filament in external Page
Are you using Livewire? Because the Docs have a section for each component on how to add it to a Livewire component. For example, if you want to add a Filament Form to a page, you'd made a new Livewire component, and then can use Filament Form inside of that Livewire component. And here it is in the Docs --> https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component
13 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
yes, I ended up just building a custom export using https://laravel-excel.com/
31 replies
FFilament
Created by Yohan on 5/26/2024 in #❓┊help
Exporter Importer on JSON model fields
Thank for the snippet! 🙌
10 replies
FFilament
Created by Yohan on 5/26/2024 in #❓┊help
Exporter Importer on JSON model fields
C'est en Français! 😉
10 replies
FFilament
Created by Yohan on 5/26/2024 in #❓┊help
Exporter Importer on JSON model fields
I think I'll have to go the same route, as I need to generate dynamic column names based on a JSON db column key/value pairs
10 replies
FFilament
Created by Yohan on 5/26/2024 in #❓┊help
Exporter Importer on JSON model fields
yea, that would helpful!
10 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
so when they want to Export the form submissions... Ideally the key/values in data would get mapped to CSV colums/values
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
that's all stored in the data column
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
but I'm making a "Form Builder" so the client can use the Filament Builder to generate custom Forms
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
I know it's an odd use case...
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
got it, yea, that's kinda what it looks like
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
yea, that just formats that one column... I want to generate multuple dyanmic culums from one JSON column in the DB
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
but I haven't found a way to successfully do that yet
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
do you mean getting the model inside the ExportColumn function? Ideally I'd be able to get it one level higher inside of getColumns
31 replies