sharp icon indicating copy to clipboard operation
sharp copied to clipboard

Laravel 10+ Content management framework

Results 50 sharp issues
Sort by recently updated
recently updated
newest added

- [ ] do not require blade fontawesome by default, it must be required by sharp project - [ ] impact migration docs + icons docs - [ ] detect...

![Screenshot from 2024-04-22 17-25-17](https://github.com/code16/sharp/assets/2412608/1c62a44d-0a07-426a-a966-f3050ac7bd68)

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