sharp
sharp copied to clipboard
Laravel 10+ Content management framework
### Todo - [ ] test Dashboard / EEL filters controllers POST - [ ] test Default / Session / QS filters in command Migrate to - inertia - vue...
### todo: - [ ] fixer les tests (modif de config/sharp.php pas prise en compte en live) ### Completed - [x] Wizard to create a command entity/instance. - [x] Wizard...
``` message: "Code16\Sharp\Data\PaginatorMetaData::__construct(): Argument #3 ($from) must be of type int, null given, called in /sharp/src/Data/PaginatorMetaData.php on line 32" #code: 0 #file: "./src/Data/PaginatorMetaData.php" #line: 10 ```
- enabled 2fa for all users on demo - better info box to learn about the feature + understand why the expected code is here (it's a demo) - better...
 Maybe it should have an icon :  Bonus: exceeded chars could be highlighted 
Could i ask you to put getDataKeys() in **Code16\Sharp\Utils\Fields\HandleFormFields** before running filter (not every time)? $formattedData = collect($data) ->filter(function ($value, $key) { // Filter only configured fields return in_array($key, $this->getDataKeys());...