Basic CRUD and Resources | Filament 3 Tutorial for Beginners EP2

preview_player
Показать описание
Welcome to our Filament php 3 course, in this course we will cover all the basis needed to build dynamic admin panels. Today we cover how to create simple crud pages.

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.
Рекомендации по теме
Комментарии
Автор

I am happy to have found your channel, thank you for your videos, your explanations are very clear!

brunogabriel
Автор

Thanks for the video's, they're very clear and I think the way you explain Filament is with a bit of enthusiasm as well, making the video's pleasant to follow. I'm on my second video and I'm already amazed on how quickly you can create features like this. In my previous personal projects, creating a user form with a table would take a lot longer. But with Filament, it's a breeze! I'm curious how my feelings are gonna change when things get a bit more complex though, and if it doesn't kinda become a "fighting the framework" thingy. But so far so good!

Killernl
Автор

wow, you are the only youtuber to explain filament for me even though i have never learnt laravel, Thank you :)

joeyboli
Автор

I love your tutorials, they helped me a lot, thx

MrOryly
Автор

Filament great app for laravel, i use django for fast like create form/column, this filament fast for laravel! Best app for lara! Thx u bro!

Edvard-Aliev
Автор

Very helpful, thank you. But, how to have index column with just incrementing number instead of id?

rafli_sugiarto
Автор

Hi, you are doing great... keep it up. do me a favour make a video on your laravel vscode setup or can you share your vscode setting

naazimkhan
Автор

Is there any way to set more than one icon? You show that there is an outline and filled version. What if you would like to have the filled verson when that menu is selected, the outline version if it is not?

scottwood
Автор

1:23 try with "php artisan make:filament-resource User --generate"

EduCodigosPro
Автор

php artisan make:filament-resource User --generate

rafablum
Автор

hello again! not a question but need a little help, so i decided to add a role in the users table with a default of 0 for "users" and 1 for "admin" but when i created the user as an admin it will always save as 0 in the database, how can this be solve?

shickler
Автор

Hi sir, how can we display a calculated field in a filament column ? For exemple, I'd like to display the number of days left before a person's birthday. Thank you so much!

bodiothierrymathurinkegba
Автор

Hi, new to filament, I tried php artisan make:filament-resource User and with --generate flag, but there are no Users section appearing on my dashboard. where to check? Thanks...

jeffreyfenis
Автор

what to do if we have a table with a custom primary key ? how to make list work

brkenMyth
Автор

Hi i was wondering if there is a show password for filament? like i want to show and hide the password with an icon?

TheRealYobb
Автор

why i dont have footer showing x results

ajieprastyo
Автор

may i know your visual studio code extension for this?

ilhamamka
Автор

how can i call livewire method when someone click on create users?

simonelocrasto
Автор

hi, I was wondering how to show the data in the table? seems I cannot able to show the data to the table even though I follow your tutorials

promptcode
Автор

want to know about password show & hide button

BadeBabaG