Skip to content

Commit 06ccbf5

Browse files
authoredAug 29, 2024
Merge pull request #28 from PhpSlides/dev
Updated ConsoleL to CLI and made Forgery only works if the database is connected successfully
2 parents 5866085 + f37d18a commit 06ccbf5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎.env.example

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
APP_NAME=PhpSlides
2-
APP_VERSION=1.3.0
2+
APP_VERSION=1.3.1
33
APP_DEBUG=true
44
APP_ENV=development
55
APP_URL=http://localhost
@@ -10,7 +10,6 @@ DB_PORT=3306
1010
DB_HOST=0.0.0.0
1111
DB_USER=root
1212
DB_PASS=
13-
DB_BASE=schema_db
1413
DB_DEBUG=true
1514

1615
SMTP_HOST=smtp.example.com

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Edit the .env file to configure database settings, application settings, and oth
103103

104104
```bash
105105
APP_NAME=PhpSlides
106-
APP_VERSION=1.2.9
106+
APP_VERSION=1.3.1
107107
APP_DEBUG=true
108108
APP_ENV=development
109109
```

0 commit comments

Comments
 (0)