File tree 1 file changed +7
-12
lines changed
1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,17 @@ Automatically generate beautiful API documentation for your Laravel API routes u
14
14
## Installation
15
15
PHP 7.4 and Laravel 7 or higher are required.
16
16
17
- #### Install LaRecipe
17
+ #### Installing
18
18
You will need LaRecipe to serve your autogenerated markdown
19
19
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
21
23
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
32
26
27
+ And lastly publish the config
33
28
` php artisan vendor:publish --provider="Icodestuff\LaDocumenter\LaDocumenterServiceProvider" `
34
29
35
30
## Demo Video
You can’t perform that action at this time.
0 commit comments