max13fr
max13fr
Hello, a very good feature would be to get reverse diff opcodes. I would like to log all changes in my forum (on subject or responses). But I don't keep...
Hello, Thanks for debugbar that is really useful ! I just have an issue with the view data collector that is not displaying objects but only the class name (even...
## What exactly are you trying to do? I would like to deploy automatically the dot_chezmoidata.yaml file and use the variables inside in other templates files. **dot_local/share/chezmoi/dot_chezmoidata.yaml** : ``` bash_aliases:...
Add the hook **afterResponseCall** allowing to modify the result after the API call (for example to reduce large examples with hundred of lines to 5 maximum, to remove a sensible...
### Scribe version 4.35 ### PHP version 8.2.18 ### Framework Laravel ### Framework version 11.5.0 ### Scribe config ```ruby type => "external_laravel" theme => "elements" external.html_attributes.apiDescriptionUrl => "/docs.openapi" external.html_attributes.basePath =>...
### Scribe version 4.35 ### PHP version 8.2.18 ### Framework Laravel ### Framework version 11.5.0 ### Scribe config ```ruby type => "external_laravel" theme => "elements" external.html_attributes.apiDescriptionUrl => "/docs.openapi" external.html_attributes.basePath =>...
Two fixes when choose theme="elements" : - use the title in config - don't set logo param if not set
Hello, I added the support for the "sometimes" validator rule that allow to skip all following validators like "required". Currently, a field with this following rules was consired as required...
Hello, This pull request add the support for Password class main rules (min, max, mixedCases, letters, numbers, and symbols currently) : https://laravel.com/docs/11.x/validation#validating-passwords Best regards, Max