Yoan MALENFERT
Yoan MALENFERT
```php $searchText = 'test'; $query_builder = User::search($searchText); $query_builder->where('a =', 100); ``` it's correct, result : ```php select count(*) as aggregate from `beats` where a< '10' AND b> '100' AND MATCH(title)...
I have a user form where he can upload an avatar and fill other fields. If he uploads an image but the request doesn't pass the validation on an other...
I don't see anything in javascript side handling this case. Should we add an observer on page visibility or something else to ensure that we have to make an ajax...
As it is intended to be used in CI, it would be nice to dockerize greenframe-cli, no?