Commit Graph

90 Commits

Author SHA1 Message Date
Daniel Alm
45310bf9a3 Only require the package for dev environments by default.
Given that the API docs are just static files, the generator does not need to be shipped in production environments.

Therefore, this change updates the `composer require` command in the README to only require the package in dev environments.
2019-07-16 20:17:38 +02:00
Shalvah
c1c2349060 Update README.md 2019-04-30 21:36:11 +01:00
shalvah
2a43e4af18 Update documentation 2019-04-29 00:42:43 +01:00
shalvah
8ebae10774 Add Sphinx doc 2019-04-26 00:42:38 +01:00
Michael Wallner
2144a3c07b Update documentation 2019-02-16 01:26:45 +01:00
Shalvah
e98c7f4df0 Merge pull request #443 from ewerkema/name
Specify more Postman parameters
2019-01-25 19:45:03 +01:00
Shalvah
6321e037a9 Update README.md 2019-01-25 19:34:43 +01:00
Shalvah
89ffe2058c Update README.md 2019-01-06 15:18:37 +01:00
Enrico Werkema
14afe077e9 Specify more Postman parameters
Name and description of Postman collection can be specified
2019-01-04 15:14:30 +01:00
Lloric Mayuga Garcia
32123c3ef2 to transformercollection 2018-12-26 10:57:10 +08:00
Michał Golon
3fab2895e9 Update readme with description of multiple response/responsefile tags support 2018-11-30 20:50:26 +01:00
Michał Golon
239d56db92 Fix readme typo 2018-11-30 20:40:04 +01:00
Shalvah
2ce823aade Update README.md 2018-11-28 21:21:28 +01:00
Shalvah
5cddca1a53 Update README.md 2018-11-28 21:01:13 +01:00
Shalvah
362bd8d754 Update documentation for include and exclude 2018-11-24 10:34:22 +01:00
Gabor Nemeth
89ec6b2389 handle patterns in include list also 2018-11-23 06:43:54 +01:00
Raúl Luna
0f776cc74d Update README.md
In my enviorment needed the double quotes in order for the "php artisan vendor:publish" command to work.
2018-10-30 11:34:26 -06:00
shalvah
c7e49529af Add support for specifying example parameters (closes #391) 2018-10-26 09:38:04 +01:00
Shalvah A
118b70ee81 Update README.md 2018-10-21 16:13:18 +01:00
shalvah
23fc91501a Update documentation 2018-10-21 14:41:02 +01:00
shalvah
8f2c36358a Update documentation 2018-10-21 14:39:25 +01:00
shalvah
55cd94e0e5 Merge remote-tracking branch 'master/master' 2018-10-16 09:51:32 +01:00
shalvah
af1440a5b5 Document fractal dependency (closes #374) 2018-10-16 09:49:54 +01:00
Shalvah A
759cb00cf2 Update README.md 2018-10-16 09:41:47 +01:00
Shalvah A
770350ce12 Update README.md 2018-10-16 09:38:55 +01:00
shalvah
7705e8e584 Update README 2018-10-16 03:59:57 +01:00
shalvah
060b825a03 Refactor response retrieval method to use strategies 2018-10-15 16:22:40 +01:00
shalvah
2e4af20702 Update doc 2018-10-14 16:17:19 +01:00
shalvah
bb96d0f8fc Allow method to override controller @group (closes #339) 2018-10-14 16:09:13 +01:00
Shalvah A
0be612537e Merge pull request #371 from raznerdeveloper/master
Changed @resource annotation to @group
2018-10-14 16:06:45 +01:00
Lawrence Agbani
7a4602bed7 Changed @resource annotation to @group 2018-10-14 16:47:10 +02:00
Shalvah A
4ad680c5e6 Merge pull request #370 from shalvah/v3
Updates to the `update` command
2018-10-13 09:59:44 +01:00
shalvah
d86fa76c24 Updates to the update command
- Renamed to 'rebuild'
- Uses config option rather than command-line flag
2018-10-13 09:46:02 +01:00
Shalvah A
38c3f0d47e Merge pull request #369 from shalvah/v3
Add authenticated annotation and badge support (closes #345)
2018-10-13 09:45:09 +01:00
shalvah
b8ad92b9e5 Add authenticated annotation and badge support (closes #345) 2018-10-13 09:22:10 +01:00
Shalvah A
5532c4bac8 Update README.md 2018-10-12 14:55:11 +01:00
Shalvah A
d85d5ca9f7 Update README (in case anyone wants to use dev-master) 2018-10-12 14:36:09 +01:00
Shalvah A
ee0f50299e Merge pull request #366 from shalvah/v3
Improvements to parsing @bodyParam
2018-10-12 14:34:33 +01:00
shalvah
6e60d14ea2 Make bodyParam parsing more rbust 2018-10-12 14:26:08 +01:00
Shalvah A
15a84da759 Update README.md 2018-10-12 11:49:31 +01:00
Shalvah A
24cf3634ba Fix asterisk display in README 2018-10-12 11:43:36 +01:00
Lawrence Agbani
4faf25b099 Minor fix for displaying * in readme file 2018-10-12 00:05:03 +02:00
Shalvah A
08efdc55fa Update README.md 2018-10-11 17:31:09 +01:00
Shalvah A
1eb1bc5c8b Update README.md 2018-10-11 17:26:28 +01:00
shalvah
67cad6a1d8 Update documentation 2018-10-11 16:48:47 +01:00
Shalvah A
752f7e3ad0 Update from base (#8)
* Update doc to address custom validation rules (#247)

* Add description for array validation rule

* Apply fixes from StyleCI

* Remove dd() call

* replace api namespace by apidoc

* add needed apidoc renames
2018-10-07 14:37:53 +01:00
Shalvah A
3364d23884 Update from base (#7)
* Update doc to address custom validation rules (#247)

* Add description for array validation rule

* Apply fixes from StyleCI

* Remove dd() call
2018-10-07 02:42:19 +01:00
shalvah
70c0cda1cf Add tests for prependinf and appending markdown (#191) 2018-09-16 10:13:35 +01:00
shalvah
d5bbd7b94e Add support for appending/prepending markdown content (closes #262) 2018-09-15 21:10:23 +01:00
shalvah
bc6aaaedd3 Update README badges 2018-09-10 07:11:45 +01:00