|
@@ -1,6 +1,6 @@
|
|
|
## Laravel API Documentation Generator
|
|
|
|
|
|
-Automatically generate your API documentation from your existing Laravel routes. Take a look at the [example documentation](http://marcelpociot.com/whiteboard/).
|
|
|
+Automatically generate your API documentation from your existing Laravel routes. Take a look at the [example documentation](http://marcelpociot.de/whiteboard/).
|
|
|
|
|
|
`php artisan api:gen --routePrefix="settings/api/*"`
|
|
|
|
|
@@ -82,7 +82,7 @@ This package uses the HTTP controller doc blocks to create a table of contents a
|
|
|
public function foo()
|
|
|
```
|
|
|
|
|
|
-**Result:** 
|
|
|
+**Result:** 
|
|
|
|
|
|
#### Form request validation rules
|
|
|
|
|
@@ -101,7 +101,7 @@ public function rules()
|
|
|
}
|
|
|
```
|
|
|
|
|
|
-**Result:** 
|
|
|
+**Result:** 
|
|
|
|
|
|
#### API responses
|
|
|
|
|
@@ -146,7 +146,7 @@ If you want to skip a single route from a list of routes that match a given pref
|
|
|
|
|
|
## Further modification
|
|
|
|
|
|
-This package uses [Documentarian](https://github.com/mpociot/documentarian) to generate the API documentation. If you want to modify the CSS files of your documentation, or simply want to learn more about what is possible, take a look at the [Documentarian guide](http://marcelpociot.com/documentarian/installation).
|
|
|
+This package uses [Documentarian](https://github.com/mpociot/documentarian) to generate the API documentation. If you want to modify the CSS files of your documentation, or simply want to learn more about what is possible, take a look at the [Documentarian guide](http://marcelpociot.de/documentarian/installation).
|
|
|
|
|
|
### License
|
|
|
|