Skip to content

Commit

Permalink
Copied from the local environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanbicer committed May 4, 2019
1 parent b131f18 commit 7443206
Show file tree
Hide file tree
Showing 2,066 changed files with 202,522 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !\.(txt|css|js|jpg|jpeg|png|gif|ico)$
RewriteRule ^ index.php [QSA,L]
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# slimmvc
The SlimMVC's an "unofficial" extended version of SlimPHP (Slim Framework).
# SlimMVC

It provides an MVC structure for SlimPHP (Slim Framework). Inspect the features and documentation of SlimMVC its own website.

https://www.slimmvc.com
1 change: 1 addition & 0 deletions app/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
deny from all
9 changes: 9 additions & 0 deletions app/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"require": {
"slim/slim": "^3.0",
"mathmarques/smarty-view": "^1.1",
"illuminate/database": "~5.1",
"monolog/monolog": "^1.24",
"zhangshize/slim-facades": "^1.1"
}
}
Loading

0 comments on commit 7443206

Please sign in to comment.