Angel Guevara
Angel Guevara
I focus on the `Nav` widget for being the more used, other widgets that can benefit from this are `Carousel`, `Tabs`, etc. Currently `Nav::$items` is an array of items, I...
i haven't find the best strategy to generate the active fields yet. @samdark any advice there?
will generate ``` php $query->andFilterCompare('id', $this->id) ->andFilterCompare('name', $this->name, 'like'); ``` i don't know if this would be good as an option or will require new template
specially since sometimes I change the rules of the model before generating the crud. Some use cases ``` php [['file'], 'file'], // the form this will be a text input...
There should be a way to configure the server or some special scope to kill the token after its used once regardless of whether or not the request was successful....
I don't know if this will break the Active Record pattern so read carefully. Written in php7 for simplier will be changed to php5 if approved. `````` php interface RelationalRecord...
It would be nice to have git hooks handling the following events - pre-commit: execute `hidev fix` and prevent the commit if this command returns failure. - pre-push: execute `hidev...
An interface to use the `migrate/create` console command would be great, specially to generate the fields.