App下載

詞條

大約有 7,000 項(xiàng)符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,409 項(xiàng)。(搜索耗時(shí):0.0042秒)

5291.Laravel 8 視圖

...poser 的 laravel/jetstream 拓展包:composer require laravel/jetstream php artisan jetstream:install livewire/inertiaCopy這些視圖在 resources/views/auth/passwords 中。 你可以隨意根據(jù)需要為您的應(yīng)用程序自定義它們。

http://m.o2fo.com/laravel_8/laravel_8-dp5l3h5u.html

5292.Laravel 8 重置密碼后

...密碼重置令牌會(huì)在一小時(shí)后過期。你可以通過 config/auth.php 文件中的密碼重置 expire 選項(xiàng)對此進(jìn)行修改。

http://m.o2fo.com/laravel_8/laravel_8-mt2x3h5v.html

5293.Laravel 8 命令白名單

...如果你想將命令添加到白名單,請將該命令添加到 tinker.php 配置文件中的 commands 數(shù)組:'commands' => [ // App\Console\Commands\ExampleCommand::class, ],Copy

http://m.o2fo.com/laravel_8/laravel_8-nue73h65.html

5294.Laravel 8 別名黑名單

大多數(shù)情況下,Tinker 會(huì)在你引入類時(shí)自動(dòng)為其添加別名。然而,你可能不希望為某些類添加別名。你可以在 tinker.php 配置文件中的 dont_alias 數(shù)組里列舉這些類來完成此操作:'dont_alias' => [ App\Models\User::class, ],Copy

http://m.o2fo.com/laravel_8/laravel_8-5dkt3h66.html

5295.Laravel 8 生成命令

...。生成的命令將包含所有命令中默認(rèn)存在的屬性和方法。php artisan make:command SendEmailsCopy

http://m.o2fo.com/laravel_8/laravel_8-idsa3h68.html

5296.Laravel 8 命令結(jié)構(gòu)

... 將會(huì)自動(dòng)注入所有在構(gòu)造函數(shù)中帶類型約束的依賴。<?php namespace App\Console\Commands; use App\Models\User; use App\Support\DripEmailer; use Illuminate\Console\Command; class SendEmails extends Command { /** * 命令名稱及簽名 * * @var string */ protected $signature = &#...

http://m.o2fo.com/laravel_8/laravel_8-t7cp3h69.html

5297.Laravel 8 選項(xiàng)

...項(xiàng),該選項(xiàng)的值將會(huì)是 true 。否則,其值將會(huì)是 false :php artisan email:send 1 --queueCopy

http://m.o2fo.com/laravel_8/laravel_8-tljs3h6f.html

5298.Laravel 8 帶值的選項(xiàng)

...個(gè)例子中,用戶可以像如下所時(shí)的方式傳遞該選項(xiàng)的值:php artisan email:send 1 --queue=default 您可以在選項(xiàng)名稱后指定其默認(rèn)值。如果用戶沒有傳遞值給選項(xiàng),將使用默認(rèn)的值:email:send {user} {--queue=default}Copy

http://m.o2fo.com/laravel_8/laravel_8-1u863h6g.html

5299.Laravel 8 注冊命令

...IR__.'/MoreCommands'); // ... }Copy您亦可在 app/Console/Kernel.php 文件的 $commands 屬性中手動(dòng)注冊命令的類名。當(dāng) Artisan 啟動(dòng)時(shí),該屬性里列出的所有命令都將被 服務(wù)容器 解析并通過 Artisan 注冊:protected $commands = [ Commands\SendEmails::clas...

http://m.o2fo.com/laravel_8/laravel_8-aqlw3h8q.html

5300.Laravel 8 Stub 定制

...使用 stub:publish 命令來發(fā)布最常見的定制 stub 來實(shí)現(xiàn)之:php artisan stub:publish 發(fā)布的 stub 將存放于您的應(yīng)用根目錄下的 stubs 目錄中。對這些 stub 進(jìn)行任何改動(dòng)都將在您使用 Artisan make 命令生成相應(yīng)的類的時(shí)候反映出來。

http://m.o2fo.com/laravel_8/laravel_8-bq823h8u.html

抱歉,暫時(shí)沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

5291.Laravel 8 視圖

...poser 的 laravel/jetstream 拓展包:composer require laravel/jetstream php artisan jetstream:install livewire/inertiaCopy這些視圖在 resources/views/auth/passwords 中。 你可以隨意根據(jù)需要為您的應(yīng)用程序自定義它們。

http://m.o2fo.com/laravel_8/laravel_8-dp5l3h5u.html

5292.Laravel 8 重置密碼后

...密碼重置令牌會(huì)在一小時(shí)后過期。你可以通過 config/auth.php 文件中的密碼重置 expire 選項(xiàng)對此進(jìn)行修改。

http://m.o2fo.com/laravel_8/laravel_8-mt2x3h5v.html

5293.Laravel 8 命令白名單

...如果你想將命令添加到白名單,請將該命令添加到 tinker.php 配置文件中的 commands 數(shù)組:'commands' => [ // App\Console\Commands\ExampleCommand::class, ],Copy

http://m.o2fo.com/laravel_8/laravel_8-nue73h65.html

5294.Laravel 8 別名黑名單

大多數(shù)情況下,Tinker 會(huì)在你引入類時(shí)自動(dòng)為其添加別名。然而,你可能不希望為某些類添加別名。你可以在 tinker.php 配置文件中的 dont_alias 數(shù)組里列舉這些類來完成此操作:'dont_alias' => [ App\Models\User::class, ],Copy

http://m.o2fo.com/laravel_8/laravel_8-5dkt3h66.html

5295.Laravel 8 生成命令

...。生成的命令將包含所有命令中默認(rèn)存在的屬性和方法。php artisan make:command SendEmailsCopy

http://m.o2fo.com/laravel_8/laravel_8-idsa3h68.html

5296.Laravel 8 命令結(jié)構(gòu)

... 將會(huì)自動(dòng)注入所有在構(gòu)造函數(shù)中帶類型約束的依賴。<?php namespace App\Console\Commands; use App\Models\User; use App\Support\DripEmailer; use Illuminate\Console\Command; class SendEmails extends Command { /** * 命令名稱及簽名 * * @var string */ protected $signature = &#...

http://m.o2fo.com/laravel_8/laravel_8-t7cp3h69.html

5297.Laravel 8 選項(xiàng)

...項(xiàng),該選項(xiàng)的值將會(huì)是 true 。否則,其值將會(huì)是 false :php artisan email:send 1 --queueCopy

http://m.o2fo.com/laravel_8/laravel_8-tljs3h6f.html

5298.Laravel 8 帶值的選項(xiàng)

...個(gè)例子中,用戶可以像如下所時(shí)的方式傳遞該選項(xiàng)的值:php artisan email:send 1 --queue=default 您可以在選項(xiàng)名稱后指定其默認(rèn)值。如果用戶沒有傳遞值給選項(xiàng),將使用默認(rèn)的值:email:send {user} {--queue=default}Copy

http://m.o2fo.com/laravel_8/laravel_8-1u863h6g.html

5299.Laravel 8 注冊命令

...IR__.'/MoreCommands'); // ... }Copy您亦可在 app/Console/Kernel.php 文件的 $commands 屬性中手動(dòng)注冊命令的類名。當(dāng) Artisan 啟動(dòng)時(shí),該屬性里列出的所有命令都將被 服務(wù)容器 解析并通過 Artisan 注冊:protected $commands = [ Commands\SendEmails::clas...

http://m.o2fo.com/laravel_8/laravel_8-aqlw3h8q.html

5300.Laravel 8 Stub 定制

...使用 stub:publish 命令來發(fā)布最常見的定制 stub 來實(shí)現(xiàn)之:php artisan stub:publish 發(fā)布的 stub 將存放于您的應(yīng)用根目錄下的 stubs 目錄中。對這些 stub 進(jìn)行任何改動(dòng)都將在您使用 Artisan make 命令生成相應(yīng)的類的時(shí)候反映出來。

http://m.o2fo.com/laravel_8/laravel_8-bq823h8u.html

抱歉,暫時(shí)沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程