/usr/local/bin/artisan

1 개요[ | ]

/usr/local/bin/artisan
  • php artisan 명령어를 단축하고, 어느 위치에서든 쓸 수 있게 하려고 만든 스크립트
/usr/local/bin/artisan
cd /var/www/laravel
php artisan "$@"
실행예시
jmnote@zetawiki:~$ artisan | head
Laravel Framework 5.4.36

Usage:
  command [options] [arguments]

Options:
  -h, --help            Display this help message
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi            Force ANSI output

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}