3 Build a Complete CRUD System with Filament in Laravel - Tutorial for Beginners

preview_player
Показать описание
In this tutorial, we will be building a complete CRUD system using Filament in Laravel, which is an open-source admin panel framework.

Creating CRUDs using this packages makes it so easy that you literally don't need to write any Controller / Service / View code. Just by tweaking a few things here and there, we will be able to get the entire functionality up and running.

And, we are going to see exactly that in this video.

You can find me on:
Рекомендации по теме
Комментарии
Автор

last bit about sorting by descending doesn't work for me :

Could not check compatibility between and Illuminate\Database\Eloquent\Builder, because class is not available

MaxLovell-kx
Автор

Hi, excellent tutorial, I use vs code, do you know which extension would help me autocomplete line codes as you have in phpstorm?

manuelh
Автор

Thanks for tutorials hope to see more project based tutorials from you.
Easiest way to redirect to listing page is to use return $this->get resource()::getUrl('index');

For default sorting on listing page load, use ->defaultSort('column name')

TahaEbrahimi
Автор

in StudentResource add return $table
->columns([ ])->defaultSort('id', 'desc');

syahrulanwar