Hoang Nguyen Vietvieth.hashnode.dev·Jan 5, 2025#4 Triển khai Filament CMS trên LaravelLaravel 11.37.0Filament 3.2 Tạo dự án Laravel composer create-project laravel/laravel laravel-filament Di chuyển đến thư mục dự án cd laravel-filament Start dự án php artisan serve Code chạy ở http://localhost:8000 Cài filament composer r...TechLaravel
Programmer Teloprogrammertelo.hashnode.dev·Dec 31, 2024Creating Sales Management System in Laravel with FilamentIn this tutorial, we will build a Sales Management System in Laravel, which includes Categories, Products, Suppliers, Customers, and Sales modules. We will use Filament for the admin interface. Follow this step-by-step guide to implement the features...76 readsLaravel
Programmer Teloprogrammertelo.hashnode.dev·Dec 11, 2024Building a Laravel Post Project: Adding Categories and ProductsIn this guide, we will enhance our Laravel post project by adding functionality for categories and products. Follow the steps below to implement this feature step by step. Step 1: Create Models and Migrations for Category and Product First, create t...65 readsLaravel
Programmer Teloprogrammertelo.hashnode.dev·Dec 1, 2024How to Create Roles and Permissions in Laravel with Filament ShieldIn this guide, we'll continue building on our Laravel post project by implementing roles and permissions using the Filament Shield package. Step 1: Install the Filament Shield Package Run the following command to install the package: composer require...139 readsLaravel
Programmer Teloprogrammertelo.hashnode.dev·Nov 21, 2024Easy and Quick POS System Using Laravel FilamentStep 1: Create the Laravel Project To create a new Laravel project named laravel-pos, run: laravel new laravel-pos Alternatively, you can use Composer: composer create-project laravel/laravel=11.3.2 laravel-pos Step 2: Open the Project in Your Code...2 likes·394 readslaravelpos
Filipe Clementefdfc-dev.hashnode.dev·Nov 1, 2024Beginner's Guide: Configuring Filament in Laravel in 5 MinutesStart by explaining what Filament is and why it’s worth trying out for Laravel developers. Here’s an outline: • What is Filament? Filament is a lightweight admin panel and form builder designed specifically for Laravel applications. It simplifies cre...27 readsFilamentFilament
Ibrahim Bougaouaibrahimbougaoua.hashnode.dev·Sep 24, 2024Customizable solution for managing dynamic content in Laravel projects using FilamentPHP.Filawidget is a dynamic content and widget management package for FilamentPHP, providing an easy-to-use drag-and-drop interface to manage widgets, widget areas, and hierarchical pages. The package is designed to enhance the customization of page layo...JavaScript
Ibrahim Bougaouaibrahimbougaoua.hashnode.dev·Sep 24, 2024Filament Progress indicatorsThe Progress Management Package for FilamentPHP provides a flexible and easy-to-use solution for tracking and visualizing progress within Filament admin panels. It includes custom Filament components for displaying linear and circular progress indica...31 readsFrontend Development
Ibrahim Bougaouaibrahimbougaoua.hashnode.dev·Sep 24, 2024Filasortable reorderable drag-and-drop.Filasortable package for reorderable drag-and-drop table for modern browsers and touch devices, just register the pluginafter that you will see new button appear at the header of table where you can enable and disable the sort option for the current ...JavaScript
Ibrahim Bougaouaibrahimbougaoua.hashnode.dev·Sep 24, 2024Filament Sort OrderTransform the sorting order of any table effortlessly by installing this package. It provides seamless functionality without requiring any manual code writing. Simply install it, and you're good to go ! Youtube Video Installation You can install t...JavaScript