F
Filament7mo ago
Nono

Inquiry About Integrating Filament with Pure Laravel Workflow

Hello everyone, I'm a beginner currently working on a project using the Filament tool within a Laravel environment. I am new to Filament and I am exploring its capabilities. I'm particularly interested in knowing if it's possible to integrate Filament into my project while primarily using pure Laravel methods, rather than relying on Livewire, which Filament typically utilizes for its Pages and Resources. My aim is to leverage Filament's features but within the context of a predominantly Laravel-based workflow. Any guidance, tips, or insights on how to achieve this would be greatly appreciated. I'm eager to learn and understand the best practices for integrating Filament in such a manner. Thank you for your time and assistance.
1 Reply
toeknee
toeknee7mo ago
You would build the filamentside completely independtly to the client side so yes you can, you can use filament and then for your frontend app continue on with your standard approach.