Abdulkadir Cemiloğlu
Abdulkadir Cemiloğlu
It's pretty impressive that msgpack serializez and unserializez classes. Seeing same behaviour for enums would be great.
**Feature description or problem with existing feature** Today in Laravel, I registered same events twice. Because of that the first event never dispatched. Than I headed up coworkers pc. He...
Currently, this pull request resolves following issues; - Remove `Data` class (#60) - Rename `allows` to `sanitize` (#59) - Virtual attributes, both for EditorPhp and Block (#57) - Replacing built-in...
Validation should be done beforehand, before everything is converted into associated objects. This will allow library to throw errors (if any) and prevent invalid data. Also new Laravel rule can...
Pretty useless issue but it is more correct to use naming `sanitize`. For now, let's just deprecate and in next major version we can remove it.
Both EditorPhp class and Block class can have virtual attributes. Like Laravel models but in a simple matter. This will also resolve #42 and possibly #50
Version in output seems to null sometimes. Should make it nullable on validation & types.
This is not convinient. Only pupose of this is accessing $model if EditorPhp initiated from cast. Just for this usage, it's not nice to pollute global scope.