php configuration
php 設定
Config/app.php設定 ファイルの中に、以下の設定オプションを追加してください。 In the config/app. php configuration file, add the following configuration option. この方法を使用する場合、config/mail.php設定 ファイルでtoオプションを指定します。 This can be done via the to option in your config/mail. php configuration file. 設定 イベントブロードキャストの設定オプションはすべて、config/broadcasting.php設定 ファイルの中にあります。Configuration All of your application's event broadcasting configuration is stored in the config/broadcasting. php configuration file.新しいログ設定は、config/logging.php設定 ファイルで全て保存されるようになりました。 All logging configuration is now housed in its own config/logging. php configuration file. そのためには、tinker.php設定 ファイルのdont_alias配列にクラスをリストしてください。 You may accomplish this by listing the classes in the dont_alias array of your tinker. php configuration file.
何秒を「長時間」と考えるかは、config/horizon.php設定 ファイルで指定できます。 You may configure how many seconds are considered a"long wait" within your config/horizon. php configuration file. 新しいサービスプロバイダが定義できたら、config/app.php設定 ファイルのproviders配列へ追加してください。 Once you have defined the new service provider, you should add it to the providers array of your config/app. php configuration file. Config/app.php設定 ファイルから、logとlog_level設定オプションは削除されました。 The log and log_level configuration options may be removed from the config/app. php configuration file. ハッシュの全設定は、config/hashing.php設定 ファイルへ保存されるようになりました。 All hashing configuration is now housed in its own config/hashing. php configuration file. Providerメソッドでプロバイダを登録したら、config/auth.php設定 ファイルで新しいユーザプロバイダへ切り替えます。 After you have registered the provider with the provider method, you may switch to the new user provider in your config/auth. php configuration file. 代わりに、グローバルな"from"アドレスをconfig/mail.php設定 ファイルで指定しましょう。 Instead, you may specify a global"from" address in your config/mail. php configuration file. 次に、config/services.php設定 ファイルが、プロジェクトに存在していなければ作成してください。 Next, create an config/services. php configuration file if one does not already exist for your project. カスタムガードを定義したら、auth.php設定 ファイルのguards設定で、そのガードを利用します。 Once your custom guard has been defined, you may use this guard in the guards configuration of your auth. php configuration file. アプリケーションのログシステムの設定はすべて、config/logging.php設定 ファイルに用意されています。 All of the configuration for your application's logging system is housed in the config/logging. php configuration file. カスタムプロバイダを定義したら、新しいauth.php設定 ファイルのproviders配列の中でそれを設定してください。 Once you have defined the custom provider, you may configure it in the providers array of your new auth. php configuration file. 次にconfig/app.php設定 ファイルで、このサービスプロバイダーがロードされるように指定しましょう。 You can then configure Laravel to load your service provider from the config/app. php configuration file. この失敗したジョブのテーブル名は、app/config/queue.php設定 ファイルで指定できます。 The failed jobs table name can be configured via the app/config/queue. php configuration file. カスタム認証ドライバーを定義したら、auth.php設定 ファイルのguards設定で、そのドライバを利用します。 Once your custom authentication driver has been defined, you use it as a driver within guards configuration of your auth. php configuration file. Config/app.php設定 ファイルの中のproviders配列にサービスプロバイダーを追加するのを忘れないでください。 Remember, you will need to add the service provider to the providers array in the config/app. php configuration file. 拡張を登録するサービスプロバイダを作成したら、config/filesystems.php設定 ファイルでdropboxドライバを使用できます。 Once you have created the service provider to register the extension, you may use the dropbox driver in your config/filesystems. php configuration file.
Display more examples
Results: 302 ,
Time: 0.0169