Mike van Diepen
Mike van Diepen
Good to know! If you need or want any help regarding the "property types" implementation I'd like to help you. I have no experience in writing any lib like this...
As you can see the parameter for show audit-logs is rendered `{audit_log}` instead of `:audit_log` making it not show up in the parameter list below. For my application I have...
Yep, I'm route-model-binding both the $user and the $auditLog, see the controller setup below; Sorry for the late response, got carried away with other work. If you can point me...
> @mikevandiepen do you do `public function show($auditLog)` so it inherits the param or `public function show(AuditLog $auditLog)` so it's route model bound? Might it have something to do with...
@andreaselia Awesome, I suggest adding more scenario's, multiple hyphens, lower-case, upper-case under_scores etc. Laravel is quite forgiving and I can see this going wrong in other cases as well.
@andreaselia Updating the package and exporting the suite 🚀
@andreaselia I'd call it a massive success, cheers for the work!! [--- redacted ---]
What I mean is the four separate requests belong to the same controller and are grouped to the same route-name, only a different identifier (*.*.*.{x,y,z}). These requests are put in...
If you can point me to the right direction I might try this weekend! A little clue could be a nice headstart :)
We could hack around it using this approach. ```JS import nl_lang from './../../../node_modules/jQuery-QueryBuilder/src/i18n/nl.json'; import fr_lang from './../../../node_modules/jQuery-QueryBuilder/src/i18n/fr.json'; import es_lang from './../../../node_modules/jQuery-QueryBuilder/src/i18n/es.json'; import de_lang from './../../../node_modules/jQuery-QueryBuilder/src/i18n/de.json'; if (window.$) { let fnQueryBuilderImport...