Request for information on the documentation
My name is Vincenzo and I'm a newcomer to the field of web programming. I recently completed a course on Html, CSS, Javascript, Php, Laravel, and Livewire, and I came across Filament, a framework I've heard very good things about.
I would like to deepen my knowledge of Filament, especially in combination with Laravel and Livewire. I kindly ask if any of you could recommend useful resources, such as books, online courses, or specific documentation. Every suggestion or piece of advice is greatly appreciated!
Thank you in advance for the help and have a great day everyone.
8 Replies
Hi Vincenzo, welcome!
Filament v3 is pretty new so I think the best resource at the moment is the official documentation
If you're willing to pay for some courses, I would keep an eye on this from Laravel Daily:
https://laraveldaily.com/course/filament-3
Laravel Daily
[NEW] Filament 3 From Scratch: Practical Course
I think they are working on it and releasing new videos
Thank you very much. Can I ask if Filament is a good tool that integrates with Laravel and Livewire? It seems to me it saves a lot of code
In my opinion, it's the best tool to create Tables, Forms and full Admin panels with Livewire π
It is built specifically to integrate with them. π
So it seems to me that I can continue to use all the logic of Laravel (controller, query builder, email, etc..) using the forms, tables and everything that Filament offers?
One last piece of advice, please. I have used Laravel's Fortify authentication system, which I find comprehensive. I've seen that Filament has its own system, but it seems incomplete. Can I integrate it or use the Fortify package of Laravel with Filament
Yes. Filament actually still just uses Laravels auth under the hood. But you can make it use Fortify instead. Itβs still just laravel. So anything you can do in laravel can be done with filament.