teepluss/explore

apidocjs explorer for Laravel
1,690 22
Install
composer require teepluss/explore
Latest Version:2.0.1
PHP:>=5.4.0
License:MIT
Last Updated:Aug 4, 2016
Links: GitHub  ·  Packagist
Maintainer: teepluss

Laravel RESTful explorer.

For Laravel 4, please use the v1.x branch!

Explore is a RESTful explorer for apiDoc

This package will work after apiDoc installed.

ScreenShot

Installation

To get the lastest version of Theme simply require it in your composer.json file.

"teepluss/explore": "dev-master"

You'll then need to run composer install to download it and have the autoloader updated.

Once Theme is installed you need to register the service provider with the application. Open up config/app.php and find the providers key.

'providers' => [
    ...
    'Teepluss\Explore\ExploreServiceProvider'

]

Publish config and asset using artisan CLI.

php artisan vendor:publish --provider="Teepluss\Explore\ExploreServiceProvider"

Usage

Set up your config

config/explore.php

then navigate to path

http://domain.com/developers/explorer

Support or Contact

If you have some problem, Contact teepluss@gmail.com

Support via PayPal

Related Packages

peakfijn/get-some-rest

A package to give your Laravel project some REST.

373 1
zeusjammer/inspiring

Alternative inspiring quotes Chuck Norris Facts for Laravel 5

14 0
alioygur/restful

Create simple restful responses

47 0
testbay/dingo

A RESTful API package for the Laravel and Lumen frameworks.

37 0
rahul900day/laravel-console-spinner

Laravel Console Spinner is a spinner output for Laravel command line.

131,564 76