From 3e9ba6da2601eab34116ca0f622c394f9d30c2d3 Mon Sep 17 00:00:00 2001 From: Giorgio Pagnoni Date: Fri, 26 Jan 2018 09:23:43 +0100 Subject: [PATCH] update readme --- README.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e413c7e..15542f4 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,9 @@ skeleton for projects that require user registration and authentication with Sym * Optional double opt-in * Automatic login after user activation and password reset * Bootstrap 4 theme + +## Usage + +Set environment variables in .env; you'll need a db, a mailer and recaptcha keys. +Then run `php bin/console doctrine:database:create` and `php bin/console doctrine:migrations:migrate`. +If you are using Apache you might need a `.htaccess` file. \ No newline at end of file diff --git a/composer.json b/composer.json index 3a69190..15d2a8d 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "giorgiopagnoni/symfony4-user", "type": "project", "license": "MIT", - "description": "A minimal Symfony project recommended to create bare bones applications", + "description": "A minimal Symfony skeleton with user registration and authentication", "require": { "php": "^7.1.3", "ext-iconv": "*",