laravel開発において、artisanコマンドは欠かせない存在です。 毎日打つコマンドだからこそ、エイリアスの作成は開発効率を上げる要素のひとつです。
laravel-news.com にて、Bashコマンドに詳しくない人でもエイリアスを作れる方法が紹介されています。
- Laravel Bash Aliases
Bash aliases are shortcuts added to a file that allows you to reference another command through more memorable words, abbreviations, or characters. For example, if you use Git you may run git status many times throughout the day, so to save yourself time and keystrokes you could alias gs to git status and it’ll automatically expand and call the proper command.