Skip to content

Commit ecef4d4

Browse files
committed
update readme file
1 parent 39eb1e7 commit ecef4d4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
```shell
2727
composer create-project "hezecom/slim-starter 1.0" [my-app]
2828
```
29+
**`Database (Required for auth to work)`**
30+
* Create a database or use existing database to import/copy to your SQL console to create required tables for the authentication.
31+
* Dasbase option (MySQL, SQLite or PostgreSQL)
32+
* Database file is located at **/`database`**
2933

3034
## .env
3135

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "hezecom/slimstarter",
2+
"name": "hezecom/slim-starter",
33
"description": "Slim Framework 4 Starter App",
44
"type": "project",
55
"keywords": ["slim", "slim 4", "skeleton", "authentication","template", "orm","hezecom"],

0 commit comments

Comments
 (0)