Laravel コマンド集

Bash

# インストール
composer create-project --prefer-dist laravel/laravel project-name

# バージョン確認
php artisan -V