Package Data | |
---|---|
Maintainer Username: | teepluss |
Maintainer Contact: | teepluss@gmail.com (Teepluss) |
Package Create Date: | 2014-04-11 |
Package Last Update: | 2016-08-04 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:09:40 |
Package Statistics | |
---|---|
Total Downloads: | 1,686 |
Monthly Downloads: | 4 |
Daily Downloads: | 0 |
Total Stars: | 22 |
Total Watchers: | 2 |
Total Forks: | 11 |
Total Open Issues: | 3 |
Explore is a RESTful explorer for apiDoc
This package will work after apiDoc installed.
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"
Set up your config
config/explore.php
then navigate to path
http://domain.com/developers/explorer
If you have some problem, Contact teepluss@gmail.com