ziming
ziming
just curious @masrodjie by your comment, does it mean you are running this branch in production now?
Yup tested this on 1 of our production site for many months (Me & Steph have worked on projects together). It's an improvement over the json column I submitted last...
@tabacitu May want to rename this to json.blade.php (That is, delete the column I contributed last time at resources/views/crud/columns/json.blade.php)
Hmm you already merged my json column many months ago as json.blade.php, this one is just an upgrade of it. So json column is already in backpack. https://github.com/Laravel-Backpack/CRUD/blob/master/src/resources/views/crud/columns/json.blade.php Both json...
I think we can close this PR since it is a 3rd party package now
Hmm I can't speak fully for stephanus, but if we were to rebuild json column today we would use JsonEditor or CodeMirror with their new readonly mode setting instead of...
I'm afraid I can't help much, most of my chinese communication these days are verbal with family. I use English at work for written communication. But i think chinese pronoun...
Hmm maybe the wizards database table id should be uuid to make it harder to guess. I agree it can be risky if the person using this package is not...
yes but i think many people using this package may not even be aware of this id guessing security issue, so if the default choices are more secure for them...
Hmm another possible use of currentStepIndex maybe the form wizard page want to show the current step number as sort of a progress indicator {{ $wizard['currentStepIndex'] + 1 }}: {{...