sharp
sharp copied to clipboard
Laravel 10+ Content management framework
- [ ] do not require blade fontawesome by default, it must be required by sharp project - [ ] impact migration docs + icons docs - [ ] detect...

Je me suis débrouillé avec mes connaissances et les infos que j'ai trouvé sur comment build et tester sharp. J'ouvre cette PR parce que je pense que c'est une feature...
Change this method in `BaseSharpEntity.php` to allow override in entities. ```php final public function getLabel(): string { return $this->label; } ```
Add a `public function icon():string` in commands classes to allow developpers to define an icon for their commands. Then display it in dropdown's menus and command buttons