Skip to content

Commit 3d18587

Browse files
authored
Merge pull request #4 from Julius-Bendt/patch-1
Updated readme
2 parents e3c64a5 + b90f193 commit 3d18587

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

+7-12
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,17 @@ Automatically generate beautiful API documentation for your Laravel API routes u
1414
## Installation
1515
PHP 7.4 and Laravel 7 or higher are required.
1616

17-
#### Install LaRecipe
17+
#### Installing
1818
You will need LaRecipe to serve your autogenerated markdown
1919

20-
`composer require binarytorch/larecipe`
20+
run
21+
`composer require --dev binarytorch/larecipe && composer require --dev icodestuff/ladocumenter`
22+
to download both LaRecipe and LaDocumenter as a dev dependency
2123

22-
Then run
23-
24-
`php artisan larecipe:install`
25-
26-
#### Install LaDocumenter
27-
After installing LaRecipe you can now install LaDocumenter
28-
29-
`composer require icodestuff/ladocumenter`
30-
31-
Then publish the config
24+
Then
25+
`php artisan larecipe:install` to install Larecipe
3226

27+
And lastly publish the config
3328
`php artisan vendor:publish --provider="Icodestuff\LaDocumenter\LaDocumenterServiceProvider"`
3429

3530
## Demo Video

0 commit comments

Comments
 (0)