vanilophp / framework

The truly Laravel E-commerce Framework
https://vanilo.io
MIT License
809 stars 102 forks source link

No vanilo.php configuration file exists #148

Closed xhava closed 1 year ago

xhava commented 1 year ago

Hi, i have just install the framework and i was reading the option in the Cart documentation section about permatent extra fields,

but in the docs says that i have to put this in the config/vanilo.php, but this file does not exists, i have to run something to create this file?

fulopattila122 commented 1 year ago

Just create the file manually. It's the same as any other Laravel config file, ie. It has to return an array:

<?php

return [
    // ... values
];