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...DiscussLaravel
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...DiscussLaravel
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...Discuss·2 likes·150 readslaravelpos
Filipe Clementefdfc.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...DiscussFilamentFilament
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...DiscussJavaScript
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...Discuss·27 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 ...DiscussJavaScript
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...DiscussJavaScript
Ibrahim Bougaouaibrahimbougaoua.hashnode.dev·Sep 24, 2024Radio button imageRadio button image is all about replacing traditional radio buttons with images. Youtube Video Installation You can install the package via composer: composer require ibrahimbougaoua/radiobuttonimage You can publish the config file with: php arti...Discuss·27 readsFrontend Development
Ibrahim Bougaouaibrahimbougaoua.hashnode.dev·Sep 24, 2024Filament menu scroll fix.Now whene a user clicks on an item it sets focus on the selected item without the weird reloading and scrolling up the list, Especially if the user contains a lot of elements he would have to scroll the selected element manually. Before After Insta...DiscussHTML5