2017 © Pedro Peláez
 

library laravel-plus-view

image

wuwx/laravel-plus-view

  • Monday, March 5, 2018
  • by wuwx
  • Repository
  • 1 Watchers
  • 1 Stars
  • 177 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 14 Versions
  • 2 % Grown

The README.md

laravel-plus-view

Latest Stable Version Total Downloads, (*1)

Installation

Quick

To install through composer, simply run the following command:, (*2)

``` bash composer require wuwx/laravel-plus-view, (*3)


#### Add Service Provider Next add the following service provider in `config/app.php`. ``` php 'providers' => [ Wuwx\LaravelPlusView\LaravelPlusViewServiceProvider::class, ],

Add Blade Template

index.html.blade.php ``` blade , (*4)

{{ $dataTypeContent->title }}


`index.json.blade.php` ``` blade {!! json_encode($dataTypeContent) !!}

Test

bash curl http://localhost:8000/users curl http://localhost:8000/users?_format=json curl http://localhost:8000/users -H "Accept: application/json", (*5)

The Versions

05/03 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Wu Weixin

laravel view

05/03 2018

v1.6.0

1.6.0.0

  Sources   Download

MIT

The Requires

 

by Wu Weixin

laravel view

16/01 2018

v1.5.7

1.5.7.0

  Sources   Download

MIT

The Requires

 

by Wu Weixin

laravel view

07/10 2017

v1.5.6

1.5.6.0

  Sources   Download

MIT

The Requires

 

by Wu Weixin

laravel view

01/10 2017

v1.5.5

1.5.5.0

  Sources   Download

MIT

The Requires

 

by Wu Weixin

27/09 2017

v1.5.4

1.5.4.0

  Sources   Download

MIT

The Requires

 

by Wu Weixin

27/09 2017

v1.5.3

1.5.3.0

  Sources   Download

The Requires

 

by Wu Weixin

01/09 2017

v1.5.1

1.5.1.0

  Sources   Download

The Requires

 

by Wu Weixin

31/08 2017

v1.5.0

1.5.0.0

  Sources   Download

The Requires

 

by Wu Weixin

08/07 2017

v1.0.0

1.0.0.0

  Sources   Download

The Requires

 

by Wu Weixin

05/07 2017

v0.1.0

0.1.0.0

  Sources   Download

The Requires

 

by Wu Weixin

05/07 2017

v0.0.3

0.0.3.0

  Sources   Download

The Requires

 

by Wu Weixin

05/07 2017

v0.0.2

0.0.2.0

  Sources   Download

The Requires

 

by Wu Weixin

05/07 2017

v0.0.1

0.0.1.0

  Sources   Download

The Requires

 

by Wu Weixin