z# Artisan CLI
Artisan is the name of the command-line interface included with Laravel. It provides a number of helpful commands for your use while developing your application. It is driven by the powerful Symfony Console component.
Artisan တြင္ပါဝင္သည့္ Command အကုုန္လုုံးကုုိ list အေနျဖင့္ ျပသလုုိပါက list
ဟုုသည့္ command ကုုိ အသုုံးျပဳႏုုိင္သည္။
php artisan list
Command တုုိင္းလုုိလုုိ တြင္ “help” ဟုု အပုုိေဆာင္း ရုုိက္ျခင္း ျဖင့္ မိမိတုုိ ့ အသုုံးျပဳမည့္ Command တြင္ ထည့္သြင္းရမည့္ arguments မ်ားႏွင့္ ေရြးခ်ယ္စရာမ်ားကုုိ သိရွိႏုုိင္ပါသည္။
php artisan help migrate
မိမိတုုိ ့ အသုုံးျပဳလုုိသည္ Configuration Environment ကုုိ —env ဟုုေသာ switch ျဖင့္ ေရြးခ်ယ္သတ္မွတ္ႏုုိင္သည္။
php artisan migrate --env=local
မိမိတုုိ ့လက္ရွိအသုုံးျပဳေနသည့္ Laravel version ကုုိ သိရွိလုုိပါက —switch ကုုိ အသုုံးျပဳျပီး သိရွိႏုုိင္ပါသည္။
php artisan --version