Skip to content

Commit 8731ad4

Browse files
committedJul 28, 2015
travis and readme
1 parent 3576880 commit 8731ad4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
 

‎.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: php
2+
php:
3+
- 5.4
4+
- 5.5
5+
- 5.6
6+
- hhvm
7+
- nightly

‎README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
# Easy PHP Forms
12

3+
This is a dumb project I initially coded for a task.
4+
To get my hands dirty with PHP and Slim Framework, this setting was explored.
5+
comments appreciated.
26

7+
# Todo:
38

4-
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:
515

616
1. Clone the repository
717
2. vagrant up

0 commit comments

Comments
 (0)
Please sign in to comment.