Cyrille SAVELIEF

Results 5 issues of Cyrille SAVELIEF

Hi! In the admin console that comes with this [project](https://github.com/vanilophp/demo) is-it possible to link an existing customer to a user **using the user interface**? Best, Cyrille

Hi! I overrided the concord model `Product` using ``` $this->app->concord->registerModel(\Vanilo\Product\Contracts\Product::class, Product::class); ``` When I try to get the `Product` associated to a given `OrderItem`, the object returned is of type...

Hi, I was wondering if Graal was allowing the negation of facts/rules: ``` @facts u(1, 1, "garantie"). u(1, 2, "non"). u(1, 3, "souscrite"). u(2, 1, "garantie"). u(2, 2, "souscrite"). @rules...