Badge | Filament 3 Tutorial for Beginners EP15

preview_player
Показать описание
Welcome to our Filament php 3 course, in this video we will cover how to add badges to your tables and how to change the color depending on the value.

Colors Supported:

Laravel blog course covering the same topic with roles and permissions:

GithubCode :

Documentation for Authorization :

Policies Tutorial:

Filament 3. documentation link :

Course Playlist ( next episode ):

My Livewire 3 Course :

If you would like me to make more Filament 3 videos, please let me know by liking the video and commenting what you like to learn next.

What is Filament PHP:
A free and open source admin panel builder for laravel using the TALL stack that allows you to build beautiful admin panel pages in just a few minutes.
Рекомендации по теме
Комментарии
Автор

Can you make a tutorial where I have a single column for different type for example
I have a file column in db where I can use the filename or a url
so in the form builder I have a visible only when the dropdown selected is url or a file
if file then return the file upload
and then if url then return the url.
I've already with that but when I save the url input in returns a foreach error or array, but when the file uploaded it works and inserted
I try to use the hydrated but It's not working for me.

iamjohndevx
Автор

How do I redirect a user after login based on the panel they are allowed to view?

HamadAbdulla_
Автор

how to make that Total Users like that?

clythem