Skip to content

Commit

Permalink
Merge pull request #35 from PhpSlides/dev
Browse files Browse the repository at this point in the history
Completed Command for creating forge database & tables and styled ASCII command text
  • Loading branch information
dconco authored Sep 1, 2024
2 parents 59cf785 + 967ddb9 commit cf67cce
Show file tree
Hide file tree
Showing 9 changed files with 263 additions and 284 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP_NAME=PhpSlides
APP_VERSION=1.3.1
APP_VERSION=1.3.2
APP_DEBUG=true
APP_ENV=development
APP_URL=http://localhost
Expand Down
3 changes: 1 addition & 2 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
RewriteRule ^ %{REQUEST_URI}/ [L,R=301]

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

0 comments on commit cf67cce

Please sign in to comment.