vanilophp / cart

Cart Module for Vanilo (or any Laravel app)
https://vanilo.io
MIT License
50 stars 17 forks source link

Instructions for Permanent Extra Fields #17

Closed kaitwalla closed 3 years ago

kaitwalla commented 3 years ago

Hi, I'm trying to use the instructions for the Permanent Extra Fields, but it references a config file (config/vanilo.php) that I don't have. I'm only using the Cart module, not the framework - is this not doable in that context?

fulopattila122 commented 3 years ago

Hey, sorry for the late response. Yes, just add vanilo.php in your application's config/ folder. It will work due to Laravel's handling of config files and "config namespaces".

fulopattila122 commented 3 years ago

Feel free to reopen if further questions arise.