Skip to content

Commit cf67cce

Browse files
authored
Merge pull request #35 from PhpSlides/dev
Completed Command for creating forge database & tables and styled ASCII command text
2 parents 59cf785 + 967ddb9 commit cf67cce

File tree

9 files changed

+263
-284
lines changed

9 files changed

+263
-284
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
APP_NAME=PhpSlides
2-
APP_VERSION=1.3.1
2+
APP_VERSION=1.3.2
33
APP_DEBUG=true
44
APP_ENV=development
55
APP_URL=http://localhost

.htaccess

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
RewriteRule ^ %{REQUEST_URI}/ [L,R=301]
1414

1515
# Send Request to bootstrap configuration
16-
RewriteCond %{REQUEST_FILENAME} !-d|-d
17-
RewriteCond %{REQUEST_FILENAME} !-f|-f
16+
RewriteCond %{REQUEST_FILENAME} !-d|-f
1817
RewriteRule ^(.*)$ src/bootstrap/app.php?uri=$1 [QSA,L]
1918
</IfModule>

0 commit comments

Comments
 (0)