Quick Talk
2 July 2024 by erwan | Leave a Comment
Hey, i'm trying to get rid of wordpress, not so easy !! Filament PHP is a good candidate for building serious Content Management System, and I have started working on Repeater Fields, including editorJs field, image Field, and selector for choosing templates... Combined with Laravel Blade templating, this is a good prototype for a future […]
Read more »
24 May 2024 by erwan | Leave a Comment
a very nice prototyping feature given by FilamentPHP is the possibility to create select multiple values in the form with options from a class scoped array , without creating BelongToMany relationships that involve an extra table. The kind of issue for which sushi package was created, but we don't need that here, or I might […]
29 April 2024 by erwan | Leave a Comment
With free basic features for full featured administration panel with security on laravel , FilamentPHP is a good option compared to the big brother, NOVA, also a good option from laravel developers themselves, but with a small initial cost. Let's have a look into a poorly documented FilamentPHP feature : multi connection table administration. Once […]
25 January 2024 by erwan | Leave a Comment
Dealing with large datasets is easy for a professionnal programmer, lots of solutions exist for database systems like Mysql and its famous phpmyadmin self hosted suite. But working with non technical colleagues involves creating smart interfaces, and you can start with pre defined CRUD (Create, Read, Update, Delete) systems, also called BREAD (Browse, Read, Edit, […]
5 April 2020 by erwan | Leave a Comment
Laravel nova documentation is quite exhaustive but lacks detailed explanation for many various subjects.