Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Aug 17, 2021
1 parent 397739e commit b42de3e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# App Server Template based on Symfony framework

This is an app server template for developing an app server.


## Installation

Install by cloning the repository

```bash
git clone https://github.com/shopware/AppTemplate.git
cd AppTemplate
composer install
```

Configure the database credentials in the `.env` file


```bash
php bin/console doctrine:migrations:migrate
```

0 comments on commit b42de3e

Please sign in to comment.