26/02 Editor.js dans Symfony EasyAdmin
-Hier, j'ai parlé de Editor.js. Aujourd'hui, je propose une implémentation pour Symfony avec EasyAdmin pour ...
- DEV -16/05 Ajouter un champ de texte statique dans un formulaire EasyAdmin
-EasyAdmin est un bundle Symfony qui permet de générer rapidement des interfaces d'administration pour votre application. Il propose de nombreux outils pour répondre aux besoins courants d'une interface d'administration : types de champs personnalisés, filtres, actions custom, layouts
- JoliCodeBlog -26/06 Make Your Entities Sortable in EasyAdmin
-Imagine that your EasyAdmin administration backend contains an entity (Sponsor in our example) and that you want to give the user the possibility to choose the order in which these sponsors are displayed on the application frontend (maybe because alphabetical sorting is not relevant).
- JoliCodeBlog -