-
i am getting these when trying to run artisan commands please help
-
Hi. So far things have gone well - nice software and good documentation. I'm having trouble assigning properties to products in the admin UI. I'm attaching the product properties page and then what…
-
I used vanilo/product package which bound the router parameter "{product}" to Vanilo\Product\Models\Product,
and I have another package which have route like this:
```
Route::get("products/{produ…
-
Thanks for creating this and the help. From the docs, it looks straight forward and easy.
I'd like to disable the admin module though as it won't be needed. My use case is we're creating a CMS + e-…
-
I've just installed and attempt to use the framework. Found out that the cart sessions don't really work. I'm using vue.js for my laravel project, so Controllers are all in API side.
Code: Adding i…
-
When installing as a standalone module the Sluggable package is not being installed
`PHP Fatal error: Trait 'Cviebrock\EloquentSluggable\Sluggable' not found in /vendor/vanilo/product/src/Models/P…
-
How can we use property or attach a value of property for a product
-
when eve i execute "php artisan db:seed --class 'Konekt\Address\Seeds\Countries'"
i get error
ReflectionException : Class 'Konekt\Address\Seeds\Countries' does not exist
Help please
-
[Installation requirements](https://vanilo.io/docs/2.x/installation) mentions PHP 7.3 or higher is required, however the library's [composer.json](https://github.com/vanilophp/framework/blob/2.0.0/com…
r8928 updated
3 years ago
-
**Question**
Should the user be allowed to store slugs that is the incorrect format?
$request = [
"name" => "Amazing Channel"
"slug" => "Amazing Channel"
];
**outcome**
```
$channel->name…