We had created the crud operation with filament admin panel. Now in that crud operation we will add searchable and sortable operations to the table. Now, to add the searchable and sortable option we need to open CustomerResource.php file. We need to add the functions searchable and sortable to the […]
Laravel
Posted on:
Creating CRUD with Filament Admin Panel Laravel
To get started with CRUD operation with Filament Admin we need to install Laravel first. To install the Laravel framework we can use composer. I have globally installed composer so i will install using laravel new project_name command like below So, in this tutorial i have created the project named […]