Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d205f11

Browse files
author
Sokolov Innokenty
committed
added artisan laravel console supports
1 parent 242b839 commit d205f11

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer)
99
* [Composer](https://getcomposer.org/)
1010
* [Deployer](https://deployer.org/)
11+
* [Laravel Artisan Console](https://laravel.com/docs/5.7/artisan)
1112

1213
## Requirements
1314

@@ -57,4 +58,5 @@ composer [TAB]
5758
composer.phar [TAB]
5859
deployer [TAB]
5960
deployer.phar [TAB]
61+
./artisan [TAB]
6062
```

‎symfony-autocomplete‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
# * php-cs-fixer
88
# * composer
99
# * deployer (dep)
10+
# * artisan laravel console
1011
#
11-
# @Copyright (C) 2018 Sokolov Innokenty, <im@qbbr.io>
12+
# @Copyright (C) 2019 Sokolov Innokenty, <im@qbbr.io>
1213

1314
_console()
1415
{
@@ -28,4 +29,5 @@ complete -F _console composer
2829
complete -F _console composer.phar
2930
complete -F _console dep
3031
complete -F _console deployer.phar
32+
complete -F _console artisan
3133
COMP_WORDBREAKS=${COMP_WORDBREAKS//:}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /