こんにちは。YOSHITAKA(@YOSHITA19704216)です。
- 「php artisan ui bootstrap」「php artisan ui vue」,「php artisan ui react」のコマンドのオプションとプリセットタイプについて理解できます。
Contents
「php artisan ui bootstrap」「php artisan ui vue」,「php artisan ui react」のコマンドのオプションとプリセットタイプについて
色々な言語をフレームワークを利用して、ログイン画面を作れる。
書き方(使用法):ui [オプション] [-] <タイプ>
引数:プリセットタイプ( bootstrap, vue, react)
※ vue の他にも、 reactとbootstrapから選択できます。
オプション: –auth 認証UIスキャフォールディングをインストールします。
- 「php artisan ui bootstrap –auth」
- 「php artisan ui vue –auth」
- 「php artisan ui react –auth」
ヘルプオプションでできることを確認する。
以下のコマンドでオプションを確認してみます。
Description:
Swap the front-end scaffolding for the application
Usage:
ui [options] [–] <type>
Arguments:
type The preset type (bootstrap, vue, react)
Options:
–auth Install authentication UI scaffolding
–option[=OPTION] Pass an option to the preset command (multiple values allowed)
-h, –help Display this help message
-q, –quiet Do not output any message
-V, –version Display this application version
–ansi Force ANSI output
–no-ansi Disable ANSI output
-n, –no-interaction Do not ask any interactive question
–env[=ENV] The environment the command should run under
-v|vv|vvv, –verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
英語でなにが書いているかわからないので、Google大先生に翻訳してもらいました。
日本語に変更
説明:
アプリケーションのフロントエンドスキャフォールドを交換します
使用法:
ui [オプション] [-] <タイプ>
引数:
typeプリセットタイプ( bootstrap, vue, react)
オプション:
–auth 認証UIスキャフォールディングをインストールします。
–option [= OPTION] プリセットコマンドにオプションを渡します(複数の値を使用できます)
-h、-help このヘルプメッセージを表示します
-q、-quiet メッセージを出力しません
-V、-version このアプリケーションのバージョンを表示します
–ansi 強制ANSI出力
–no-ansi ANSI出力を無効にします
-n、-no-interaction インタラクティブな質問をしないでください
–env[= ENV] コマンドを実行する必要のある環境
-v | vv | vvv、 -verboseメッセージの詳細度を上げます。
1は通常の出力用、2はより詳細な出力用、3はデバッグ用です。
まとめ
今回は「php artisan ui bootstrap」「php artisan ui vue」,「php artisan ui react」のコマンドのオプションとログイン画面のプリセットタイプについてお伝えしました。
※プログラミングは習得中ですので、参考程度に記事を読んでください。