Download the PHP package harlekoy/apidocs without Composer
On this page you can find all versions of the php package harlekoy/apidocs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download harlekoy/apidocs
More information about harlekoy/apidocs
Files in harlekoy/apidocs
Package apidocs
Short Description Replacement for Swagger. It is built for Laravel
License MIT
Homepage https://github.com/harlekoy/apidocs
Informations about the package apidocs
API Docs
This is where your description should go. Take a look at contributing.md to see a to do list.
Requirements
- Laravel 5.5 and above
Installation
Via Composer
After installing API Docs, publish its assets, and migration file using the apidocs:install
Artisan command.
Updating API Docs
When updating, you should re-publish API Docs's assets:
Reread API routes
When updating your API docs route list, you should run this command to get your latest Laravel route:list
:
Usage
Access your API documentation in you browser
If you don't have any local server running in your machine, run this command first in you command line tool
php artisan serve
then it generate thishttp://127.0.0.1:8000
. Now you can access the path with that hostnamehttp://127.0.0.1:8000/apidocs/list
enjoy using it 😄.
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Harlequin Doyon
- All Contributors
Road map
Laravel API Docs is still under development, I decided to ship it in this early stage so you can help me make it better. however, you can use it in production. Lets finish the task below so we can have a version 1 up and running with the right features needed.
Here's the plan for what's coming:
- [x] Add support for API Docs custom path
- [ ] Add transition effect for groups and endpoints accordion
- [ ] Add a way to edit API Docs groups and endpoints in its the web interface
- [ ] Add tests.
- [ ] Add validation for required parameters
License
license. Please see the license file for more information.
All versions of apidocs with dependencies
webpatser/laravel-uuid Version ^3.0
illuminate/support Version ~6