Krot Eval

Results 156 issues of Krot Eval

``` SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'id' in field list is ambiguous (SQL: select `id` from `contacts` inner join `contactables` on `contacts`.`id` = `contactables`.`contact_id` where `contactables`.`contactable_id` = 96 and...

Current behaviour: ``` + created base resource + created nested resources - don't attached base and nested relations ```

![image](https://user-images.githubusercontent.com/38257723/57302693-6fad6600-70e4-11e9-83db-f458703ea643.png)

![image](https://user-images.githubusercontent.com/38257723/57302408-c9f9f700-70e3-11e9-9e3b-c19a182d0a9d.png) Very useful to have a possibility disable to delete item like as `\Yassi\NestedForm\Traits\CanBeCollapsed::open` option.

```php NestedForm::make('Files') ->min(1) ->max(1) ->open(true) ->rules('required'), ``` ```php public function files() { return $this->morphMany('App\File', 'fileable'); } ``` ![image](https://user-images.githubusercontent.com/38257723/57218861-14557800-6fff-11e9-86a2-944d2d75780b.png) ``` { "message": "Argument 1 passed to Yassi\\NestedForm\\NestedForm::runNestedOperation() must be of the...

Nova 2.0.1 ```php NestedForm::make('Files') ->min(1) ->max(1) ->open(true) ->rules('required'), ``` ![image](https://user-images.githubusercontent.com/38257723/57218450-018e7380-6ffe-11e9-877a-c46c5818a59f.png) If I click Create button without add new file - validation messages don't shows. Backend work correct: `Status Code: 422...

Hi! ``` Warning: Cannot declare class Amp\Parallel\Sync\SerializationException, because the name is already in use in /var/www/nova/vendor/amphp/parallel/lib/Sync/functions.php on line 8 ``` May be need add check before `class_alias` call.

Hi! I would like to be able to do the deployment with the admin password already set. I could not find using google how to do this. For all other...

Hi! I couldn't find an answer on google or documentation. I want pass template file via variable or function like this: ``` {% include "./Lumia/partials/primitives/{{Value.GetType()}}.html" with Value=Value only %} ```...

It's a very bad idea to do this. Very bad. Very bad. Think of another way to do it.