I was wondering if there\'s any simple way to make aliases for powershell like cmd. For example: In cmd, doskey art=php artisan $* where $* is optional
doskey art=php artisan $*
$*