HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/Lacom/lacom.nl/app/KommaApp/Shop/Readme.txt
Installation guide:
-. Copy this Shop folder in App\KommaApp
-. Then add "App\KommaApp\Shop\KommaShopServiceProvider::class" to the providers array of the file config/app.php
-. Run the shop migrations by using the command: php artisan shop:migrate.
-. Seed the shop with: php artisan shop:seed
-. Copy the contents of the Javascript folder to resources/assets/js (Frontend team, update this line)
-. Add the kms sidebar shop menu items by adding "SideBarMenuComposerBridge::get($currentSectionSlug);" to the getSiteSubItems method from KmsSideBarMenuComposer
-.
-. Add a modified cron entry to your server: * * * * * php /path-to-your-project/artisan schedule:run >> /dev/null 2>&1
-. Add this to the bottom of the schedule command of Kernel.php: $schedule->command('shop:catalog')->dailyAt('03:00'); //Update the shop catalog index

Be sure to also check out the other shop artisan commands