Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
manoj30808 committed Sep 16, 2016
1 parent 5bb1d8e commit c4c3d0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Formbuilder for Laravel5

Step 1 : composer require sonlabs/formbuilder
Step 1 : "require": {
"sonlabs/formbuilder" : "dev-master"
},
Step 2 : Add service provider in config/app.php
'providers'=>['SonLabs\FormBuilder\FormBuilderServiceProvider',]
Step 3 : Add aliases in config/app.php
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"minimum-stability": "dev-master",
"require": {
"php": ">=5.5.9",
"illuminate/support": "~5.0"
Expand Down

0 comments on commit c4c3d0f

Please sign in to comment.