We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3576880 commit 8731ad4Copy full SHA for 8731ad4
.travis.yml
@@ -0,0 +1,7 @@
1
+language: php
2
+php:
3
+ - 5.4
4
+ - 5.5
5
+ - 5.6
6
+ - hhvm
7
+ - nightly
README.md
@@ -1,7 +1,17 @@
+# Easy PHP Forms
+This is a dumb project I initially coded for a task.
+To get my hands dirty with PHP and Slim Framework, this setting was explored.
+comments appreciated.
+# Todo:
8
-Setup instructions:
9
+- Remove the hardcoded MySQL schema (obviously) and normalize the database properly
10
+- Make a simple installation
11
+- User password configuration / reminder
12
+
13
14
+# Dev Env Setup instructions:
15
16
1. Clone the repository
17
2. vagrant up
0 commit comments