Skip to content

Commit

Permalink
Merge pull request #19 from LaravelToolKit/develop
Browse files Browse the repository at this point in the history
Adds evercode1/view
  • Loading branch information
shawnsandy committed May 27, 2016
2 parents dfa1b6e + 6c7e3cb commit e0cc403
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ A simple Laravel PHP toolkit that contains and installs most of the Laravel pack
"infyomlabs/generator-builder": "dev-master",



},

```
Expand Down Expand Up @@ -117,6 +118,7 @@ $providers => [
InfyOm\CoreTemplates\CoreTemplatesServiceProvider::class,
Former\FormerServiceProvider::class,
Proengsoft\JsValidation\JsValidationServiceProvider::class,
Evercode1\ViewMaker\ViewMakerServiceProvider::class,

]
```
Expand Down Expand Up @@ -302,6 +304,11 @@ __Former__ https://github.com/formers/former

__Laravel JsValidation__ https://github.com/proengsoft/laravel-jsvalidation

__View Maker__ https://github.com/evercode1/view-maker

ViewMaker is for use with the Laravel PHP framework (5.2 and up) Artisan command line tool.

ViewMaker adds 10 new artisan commands, providing ready-made templates for CRUD generation, Views and Datagrids, with ajax-powered search, column sorts and pagination. You can create and test a foundation of code with crud and views in under a minute.

## Recommend Packages

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"ipunkt/laravel-analytics": "^1.1",
"sven/env-providers": "^2.0",
"anahkiasen/former": "^4.0",
"proengsoft/laravel-jsvalidation": "^1.3"
"proengsoft/laravel-jsvalidation": "^1.3",
"evercode1/view-maker": "^3.4"


},
Expand Down

0 comments on commit e0cc403

Please sign in to comment.