2017 © Pedro Peláez
 

library laravel-browsable-api

Browsable API for Laravel, based on Django REST Framework's Browsable API

image

stevelacey/laravel-browsable-api

Browsable API for Laravel, based on Django REST Framework's Browsable API

  • Sunday, July 22, 2018
  • by stevelacey
  • Repository
  • 0 Watchers
  • 3 Stars
  • 197 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 1415 % Grown

The README.md

Laravel Browsable API

Packagist License Latest Stable Version Total Downloads, (*1)

Laravel Browsable API is a package for serving human-friendly HTML output when using a browser, based on Django REST Framework's Browsable API, (*2)

Screenshot, (*3)

The package prepends a middleware to the api router group that wraps responses with a basic Bootstrap 4 based HTML template, and linkifies any URLs found, (*4)

Installation

composer require stevelacey/laravel-browsable-api

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider, (*5)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php, (*6)

SteveLacey\LaravelBrowsableApi\ServiceProvider::class,

Copy the package config and view into your project with the publish command:, (*7)

php artisan vendor:publish --provider="SteveLacey\LaravelBrowsableApi\ServiceProvider"

The Versions

22/07 2018

dev-master

9999999-dev

Browsable API for Laravel, based on Django REST Framework's Browsable API

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Steve Lacey

laravel api framework rest browsable drf

22/07 2018

1.0.5

1.0.5.0

Browsable API for Laravel, based on Django REST Framework's Browsable API

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Steve Lacey

laravel api framework rest browsable drf

21/07 2018

1.0.4

1.0.4.0

Browsable API for Laravel, based on Django REST Framework's Browsable API

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Steve Lacey

laravel api framework rest browsable drf

21/07 2018

1.0.3

1.0.3.0

Browsable API for Laravel, based on Django REST Framework's Browsable API

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Steve Lacey

laravel api framework rest browsable drf

16/07 2018

1.0.2

1.0.2.0

Browsable API for Laravel, based on Django REST Framework's Browsable API

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Steve Lacey

laravel api framework rest browsable drf

25/05 2018

1.0.1

1.0.1.0

Browsable API for Laravel, based on Django REST Framework's Browsable API

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Steve Lacey

laravel api framework rest browsable drf

21/05 2018

1.0.0

1.0.0.0

Browsable API for Laravel, based on Django REST Framework's Browsable API

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Steve Lacey

laravel api framework rest browsable drf