File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
* PHP 7.4 | 8.0+
19
19
* PDO PHP Extension
20
- * Suport MySQL 5.5.3+ ** or** MariaDB 5.5.23+ ** or** PostgreSQL 9.5.10+ ** or** SQLite 3.14.1+ ** or ** [ other SQL databases ] ( Database )
20
+ * Suport MySQL 5.5.3+ ** or** MariaDB 5.5.23+ ** or** PostgreSQL 9.5.10+ ** or** SQLite 3.14.1+ ...
21
21
22
22
## Installation
23
23
24
24
25
25
26
26
``` shell
27
- composer create-project " hezecom/slim-starter 1 .0" [my-app]
27
+ composer create-project " hezecom/slim-starter v1 .0" [my-app]
28
28
```
29
29
** ` Database (Required for auth to work) ` **
30
30
* Create a database or use existing database to import/copy to your SQL console to create required tables for the authentication.
@@ -177,7 +177,6 @@ class AuthController extends Controller
177
177
178
178
reference slim official documents - [ Slim Framework] ( http://www.slimframework.com/docs/ )
179
179
180
- ## Look Feel
181
180
182
181
183
182
## Directory Structure
You can’t perform that action at this time.
0 commit comments