I agree if it was a tutorial about Laravel and Eloquent, but this is a Filament course, and I expect developers to be familiar with Laravel and how to run migrations, if they want to learn Filament.
re Option 2 - tutorial says the Relation Managers for Tags table should show below Product create/edit form and it appears on edit form bot not on create. What am I missing?
good question, I expected it on create page as well, can't really google a good answer, but AI says that it needs an existing record, to in this case - attach tags to, so make sense that's relation manager is only available on edit
As is, the relationship manager experience is not good. You have to know the tags name and search for it to 'attach'. A user will likely attach duplicate tags. Perhaps there is a better way?
The actualy command to run the migration is missing. This may stump new devs or those who are just curiously following the tutorial
I agree if it was a tutorial about Laravel and Eloquent, but this is a Filament course, and I expect developers to be familiar with Laravel and how to run migrations, if they want to learn Filament.
That makes sense if the target audience is for Laravel devs. Thank you
Filament is based on Laravel, so there is an assumption that the target audience knows Laravel before diving into Filament.
To be "on the safe side", I added those lines about
php artisan migrateto the lesson.re Option 2 - tutorial says the Relation Managers for Tags table should show below Product create/edit form and it appears on edit form bot not on create. What am I missing?
good question, I expected it on create page as well, can't really google a good answer, but AI says that it needs an existing record, to in this case - attach tags to, so make sense that's relation manager is only available on edit
As is, the relationship manager experience is not good. You have to know the tags name and search for it to 'attach'. A user will likely attach duplicate tags. Perhaps there is a better way?
Hello, can you make a video for polymophics relation?
thanks!
Do you have any specific example in mind?