Giter Site home page Giter Site logo

runelaenen / sw6-app-boilerplate-symfony Goto Github PK

View Code? Open in Web Editor NEW
9.0 3.0 1.0 65 KB

Shopware 6 app boilerplate + Symfony backend + Dockware docker dev environment ๐Ÿ’™

JavaScript 0.21% SCSS 0.14% Twig 4.33% Shell 10.90% PHP 84.43%
hacktoberfest shopware shopware-app shopware6 symfony symfony5 docker docker-compose dockware

sw6-app-boilerplate-symfony's Introduction

Shopware 6 app boilerplate with Symfony backend

This boilerplate template can be used to get up and running with a docker-based dev setup for Shopware 6 App development, with a Symfony backend.

Some knowledge of Symfony, Shopware, and how the app system works is necessary to use this boilerplate. Please read the Shopware docs about the App System before continuing.

To get up an running quickly, run the following commands:

docker-compose up -d

ssh [email protected] -p 2222
mysql -uroot -proot --execute="CREATE DATABASE app;"
cd /var/www/html
bin/console doctrine:migrations:migrate -q
exit

ssh [email protected] -p 2223
cd /var/www/html
mysql -uroot -proot --database="shopware" --execute="UPDATE sales_channel_domain SET url='http://127.0.0.1:8081' WHERE sales_channel_id <> X'98432def39fc4624b33213a56b8c944d'"
bin/console app:refresh # follow the wizard
bin/console app:activate AppBoilerplate

Visit the Shopware Admin on http://127.0.0.1:8081/admin, log in with admin / shopware. A new menu entry will be available under 'Settings' which takes you to your app.

Let me know & spread the love

This boilerplate is available for free, and can be used in any way you want. I do love it though to hear from projects that are using it, so let me know: @runelaenen on Twitter, @Rune Laenen on the Shopware Community slack, or [email protected] for old-school e-mail.

Also a round of applause for @vienthuong for the vienthuong/shopware-php-sdk package.

sw6-app-boilerplate-symfony's People

Contributors

wexotht avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

wexotht

sw6-app-boilerplate-symfony's Issues

Admin panel setup

To do
Provide steps on how to import the Shopware styling (or a script which does it automatically) for an optimal admin panel experience.

App .zip script

To do
Provide a script that packages the app into a store-ready zip file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.