Artisan是Laravel自帶的命令行接口名稱,它為你在開發過程中提供了很多有用的命令。通過強大的Symfony Console組件驅動。想要查看所有可用的Artisan命令,可使用list命令:
php artisan list
每個命令都可以用help指令顯示命令描述及命令參數和選項。想要查看幫助界面,只需要在命令前加上help就可以了:
php artisan help migrate
To view this video please enable JavaScript,and consider upgrading to a web browser that supports HTML5 video
This is a modal window.
Beginning of dialog window.Escape will cancel and close the window.
End of dialog window.