Skip to content

Commit e44a793

Browse files
committed
Initial Commit
0 parents  commit e44a793

File tree

648 files changed

+76261
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

648 files changed

+76261
-0
lines changed

.htaccess

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
RewriteEngine On
2+
3+
# Some hosts may require you to use the `RewriteBase` directive.
4+
# If you need to use the `RewriteBase` directive, it should be the
5+
# absolute physical path to the directory that contains this htaccess file.
6+
#
7+
# RewriteBase /
8+
9+
RewriteEngine on
10+
RewriteCond %{REQUEST_FILENAME} !-d
11+
RewriteCond %{REQUEST_FILENAME} !-f
12+
RewriteRule . index.php [L]

composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"require": {
3+
"slim/slim": "^3.0",
4+
"illuminate/database": "~5.1"
5+
}
6+
}

0 commit comments

Comments
 (0)