Getting Started with Filament
I'm relatively still a beginner in Laravel. I'm new to filament. I haven't used livewire before. I'm building a relatively simple project with tailwindcss, laravel and alpine.js. That has taken me so far in the project. Now I need a datetime picker and the native HTML5 picker won't cut it because I need to do some validation like restricting picking certain dates. I started to explore filament and it's really great. But from the code snippets and examples, frankly I don't know where to start because it just shows importing the components and using them immediately. I don't know where to put it. Or even how any of it works in a bare-bones laravel app. I need some help with this please ππΎ
5 Replies
Hello. Thanks
If you don't mind answering, I'd like to know. Is it better to know livewire first before using filament? Because I see all of filament is built around livewire. Is it something I, building a fairly simple app with just laravel, alpine and tailwindcss, can tap into? That is, filament
A solid basis of Livewire definetly helps
You donβt necessarily need to know livewire inside and out but you should have a basic understanding of its concepts though. Like any framework, a working knowledge of the underlying stack will lessen the learning curve.
Noted π
Understood. Thank you