Skip to content

Commit

Permalink
[9.x] Introduce artisan docs command (#43357)
Browse files Browse the repository at this point in the history
* Introduce artisan docs command

* register command in the service provider

* formatting

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
timacdonald and taylorotwell committed Jul 29, 2022
1 parent cb3ec66 commit 6cb5846
Show file tree
Hide file tree
Showing 13 changed files with 1,045 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .styleci.yml
@@ -1,6 +1,9 @@
php:
preset: laravel
version: 8.1
finder:
not-name:
- bad-syntax-strategy.php
js:
finder:
not-name:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -32,7 +32,7 @@
"psr/log": "^1.0|^2.0|^3.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"ramsey/uuid": "^4.2.2",
"symfony/console": "^6.0",
"symfony/console": "^6.0.3",
"symfony/error-handler": "^6.0",
"symfony/finder": "^6.0",
"symfony/http-foundation": "^6.0",
Expand Down

0 comments on commit 6cb5846

Please sign in to comment.