|
@@ -5,9 +5,7 @@ Generate API documentation for humans from your Laravel codebase. [Here's what t
|
|
|
[](https://packagist.org/packages/knuckleswtf/scribe)[](https://packagist.org/packages/knuckleswtf/scribe) [](https://travis-ci.org/knuckleswtf/scribe) [](https://packagist.org/packages/knuckleswtf/scribe)
|
|
|
|
|
|
## Installation
|
|
|
-PHP 7.2 and Laravel/Lumen 6 or higher are required.
|
|
|
-
|
|
|
-> If your application does not meet these requirements, you can check out the 3.x branch for older releases.
|
|
|
+PHP 7.2 and Laravel/Lumen 5.8 or higher are required.
|
|
|
|
|
|
```sh
|
|
|
composer require --dev knuckleswtf/scribe
|
|
@@ -38,7 +36,3 @@ $app->configure('scribe');
|
|
|
|
|
|
## Documentation
|
|
|
Check out the documentation at [ReadTheDocs](http://scribe.rtfd.io/). Don't forget to check out the [migration guide](https://scribe.rtfd.io/en/latest/migrating.html) if you're coming from mpociot/laravel-apidoc-generator.
|
|
|
-
|
|
|
-### License
|
|
|
-
|
|
|
-The Laravel API Documentation Generator is free software licensed under the MIT license.
|