Outils pour utilisateurs

Outils du site


informatique:php:laravel:filamentphp

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:php:laravel:filamentphp [06/06/2025 11:52] – [Advanced Components] cyrilleinformatique:php:laravel:filamentphp [11/06/2025 09:53] (Version actuelle) – ↷ Liens modifiés en raison d'un déplacement. 47.128.28.98
Ligne 163: Ligne 163:
  
 https://larazeus.com/bolt-pro https://larazeus.com/bolt-pro
 +
 +==== Resource Lock ====
 +
 +  * https://filamentphp.com/plugins/kenepa-resource-lock
 +    * Adds resource locking functionality to your site. When a user begins editing a resource, the plugin automatically locks the resource to prevent other users from editing it at the same time. The resource will be automatically unlocked after a set period of time, or when the user saves or discards their changes.
 +
  
 ==== Authorization & roles ==== ==== Authorization & roles ====
  
 [[https://github.com/bezhanSalleh/filament-shield|bezhansalleh/filament-shield]] [[https://github.com/bezhanSalleh/filament-shield|bezhansalleh/filament-shield]]
-  * Filament support for [[/informatique/php/laravel#spatielaravel-permission|spatie/laravel-permission]] +  * Filament support for [[informatique:php:laravel_1#spatielaravel-permission|spatie/laravel-permission]] 
   * github stars: 1.9k, releases: 86, contributors: 84   * github stars: 1.9k, releases: 86, contributors: 84
  
 [[https://filamentphp.com/plugins/tharinda-rodrigo-spatie-roles-permissions|tharinda-rodrigo-spatie-roles-permissions]] [[https://filamentphp.com/plugins/tharinda-rodrigo-spatie-roles-permissions|tharinda-rodrigo-spatie-roles-permissions]]
-  * Filament support for [[/informatique/php/laravel#spatielaravel-permission|spatie/laravel-permission]].+  * Filament support for [[informatique:php:laravel_1#spatielaravel-permission|spatie/laravel-permission]].
   * github stars: 271, releases: 85, contributors: 58   * github stars: 271, releases: 85, contributors: 58
  
Ligne 178: Ligne 184:
 ==== Impersonate ==== ==== Impersonate ====
  
-stechstudio/filament-impersonate+[[https://github.com/stechstudio/filament-impersonate|stechstudio/filament-impersonate]]
  
 ==== email ==== ==== email ====
Ligne 207: Ligne 213:
   * pas d'éditeur intégré, ce sont des fichiers markdown dans un dossier   * pas d'éditeur intégré, ce sont des fichiers markdown dans un dossier
  
-==== Json column ==== 
- 
-[[https://filamentphp.com/plugins/valentin-morice-json-column|valentin-morice/filament-json-column]], [[https://github.com/valentin-morice/filament-json-column|code]] 
-  * Json Column A simple package to view and edit your JSON columns. 
-  * github ☆ 34, release 8, contributors 3 
- 
- 
-==== Calendar ==== 
- 
-[[https://filamentphp.com/plugins/guava-calendar|guava-calendar]], [[https://github.com/GuavaCZ/calendar|code]] 
-  * Based on javascript calendar https://github.com/vkurko/calendar 
-  * github ☆ 184, releases: 20, contributors: 5 
- 
-[[https://filamentphp.com/plugins/saade-fullcalendar|saade/filament-fullcalendar]], [[https://github.com/saade/filament-fullcalendar|code]] 
-  * Based on javascript calendar https://fullcalendar.io 
-  * github ☆ 316, releases: 36, contributors: 343 
  
 ==== Timesheet ==== ==== Timesheet ====
Ligne 249: Ligne 239:
   * also available for a classic Laravel project without FilamentPHP : [[https://github.com/hugomyb/LaravelErrorMailer|hugomyb/LaravelErrorMailer]]   * also available for a classic Laravel project without FilamentPHP : [[https://github.com/hugomyb/LaravelErrorMailer|hugomyb/LaravelErrorMailer]]
  
 +==== API ====
  
-==== Simple Alert ====+  * https://filamentphp.com/plugins/adam-lee-rest-presenter github ⭐ 76 
 +    * Effortless API Creation with Filament Panel, Export Collections, Test Generation and more.
  
-A straightforward and easy-to-use alert component for your Filament application. It allows you to quickly implement customizable alert messages, enhancing the user experience by providing clear and concise notifications.+  * https://filamentphp.com/plugins/rupadana-api-service github ⭐ 172 
 +    * A simple API service for supporting Filament resources
  
-https://github.com/CodeWithDennis/filament-simple-alert github ⭐ 89 +  * https://github.com/tomatophp/filament-api github ⭐ 43 
- +    * Generate APIs from your filament resource using single line of code
-author [[https://github.com/CodeWithDennis|CodeWithDennis]]+
  
 ===== components ===== ===== components =====
Ligne 267: Ligne 259:
  
   * https://github.com/awcodes/filament-table-repeater   * https://github.com/awcodes/filament-table-repeater
 +
 +==== Calendar ====
 +
 +[[https://filamentphp.com/plugins/guava-calendar|guava-calendar]], [[https://github.com/GuavaCZ/calendar|code]]
 +  * Based on javascript calendar https://github.com/vkurko/calendar
 +  * github ☆ 184, releases: 20, contributors: 5
 +
 +[[https://filamentphp.com/plugins/saade-fullcalendar|saade/filament-fullcalendar]], [[https://github.com/saade/filament-fullcalendar|code]]
 +  * Based on javascript calendar https://fullcalendar.io
 +  * github ☆ 316, releases: 36, contributors: 343
  
 ==== Advanced Components ==== ==== Advanced Components ====
Ligne 279: Ligne 281:
  
 author [[https://github.com/CodeWithDennis|CodeWithDennis]] author [[https://github.com/CodeWithDennis|CodeWithDennis]]
 +
 +==== Simple Alert ====
 +
 +A straightforward and easy-to-use alert component for your Filament application. It allows you to quickly implement customizable alert messages, enhancing the user experience by providing clear and concise notifications.
 +
 +https://github.com/CodeWithDennis/filament-simple-alert github ⭐ 89
 +
 +author [[https://github.com/CodeWithDennis|CodeWithDennis]]
 +
 +==== Json column ====
 +
 +[[https://filamentphp.com/plugins/valentin-morice-json-column|valentin-morice/filament-json-column]], [[https://github.com/valentin-morice/filament-json-column|code]]
 +  * Json Column A simple package to view and edit your JSON columns.
 +  * github ☆ 34, release 8, contributors 3
 +
 +
  
informatique/php/laravel/filamentphp.1749203524.txt.gz · Dernière modification : de cyrille

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki