⚠️ This repository is considered deprecated and will be archived in March 2024. For the new version of this tool please go to meteor-admin-sdk-example-app.
This repository contains an example folder structure inside src/static
which you can use as an inspiration for your admin extensions in your app. It uses the Admin Extension SDK for extending the administration.
Everything else is just for setting up a basic app server.
- Check out this repository somewhere locally.
- Run
npm install
to install all dependencies - Start the development server with
npm run dev
- Copy the folder
AdminExtensionSDKExampleApp
to thecustom/apps
folder inside your Shopware installation - Install the App in Shopware:
bin/console app:install AdminExtensionSDKExampleApp
Now you should see the app installed when opening the Shopware Admin and looking in "Extensions" -> "My Extensions".