Laravel eCommerce Store Pickup
-
I got this free extension. followed installation steps on GitHub. checked the admin panel but could not find the option to turn it on. anybody with an idea how that can be setup ?
-
Hi make sure that the following has been set
- open config/app.php and add
Digibytes\Pickup\Providers\PickupServiceProvider::class,
- open composer.json in your root directory of Bagisto and add below "psr-4"
"Digibytes\\Pickup\\": "packages/Digibytes/Pickup/src",
- run
composer dump-autoload