App下載

詞條

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

5541.Laravel 8 儀表板授權(quán)

...中訪問此儀表板。在你的 app/Providers/TelescopeServiceProvider.php 文件中,有一個 gate 方法。此授權(quán)能控制在 非本地 環(huán)境中對 Telescope 的訪問。您可以根據(jù)需要隨意修改此權(quán)限以限制對 Telescope 安裝和訪問:/** * 注冊 Telescope gate * * 該 g...

http://www.o2fo.com/laravel_8/laravel_8-38mn3ily.html

5542.Laravel 8 可用的監(jiān)聽器

...cope 監(jiān)聽器會收集應(yīng)用程序數(shù)據(jù)。 您可以在 config/telescope.php 配置文件中自定義要啟用監(jiān)聽器的列表:'watchers' => [ Watchers\CacheWatcher::class => true, Watchers\CommandWatcher::class => true, ... ], 一些監(jiān)聽器還允許您提供其他自定義...

http://www.o2fo.com/laravel_8/laravel_8-1fgz3im4.html

5543.Laravel 8 命令監(jiān)聽

...您想排除監(jiān)聽器記錄的某些命令,您可以在 config/telescope.php 文件的 ignore 選項中指定命令:'watchers' => [ Watchers\CommandWatcher::class => [ 'enabled' => env('TELESCOPE_COMMAND_WATCHER', true), 'ignore' => ['key:generate&...

http://www.o2fo.com/laravel_8/laravel_8-p75i3im6.html

5544.Laravel 8 Gate 監(jiān)聽

...將某些能力排除在監(jiān)聽器的記錄之外,您可 config/telescope.php 文件的 ignore_abilities 選項中指定它們:'watchers' => [ Watchers\GateWatcher::class => [ 'enabled' => env('TELESCOPE_GATE_WATCHER', true), 'ignore_abilities' => ['...

http://www.o2fo.com/laravel_8/laravel_8-y9xz3ima.html

5545.Laravel 8 Laravel Sail

...當(dāng)前應(yīng)用中配置 Bash 別名 啟動 & 停止 Sail執(zhí)行命令 執(zhí)行 PHP 命令執(zhí)行 Composer 命令執(zhí)行 Artisan 命令執(zhí)行 Node / NPM 命令 與數(shù)據(jù)庫交互 MySQLRedis 運行測試 Laravel Dusk 預(yù)覽電子郵件容器 CLIPHP 版本共享您的網(wǎng)站定制化

http://www.o2fo.com/laravel_8/laravel_8-t4ry3iml.html

5546.Laravel 8 介紹

...于與 Laravel 的默認(rèn) Docker 開發(fā)環(huán)境進(jìn)行交互。Sail 為使用 PHP,MySQL 和 Redis 構(gòu)建 Laravel 應(yīng)用程序提供了一個很好的起點,而無需事先具有 Docker 經(jīng)驗。Sail 的核心是 docker-compose.yml 文件和存儲在項目根目錄的 sail 腳本。sail 腳本為 CLI...

http://www.o2fo.com/laravel_8/laravel_8-dcu73imm.html

5547.Laravel 8 安裝 Sail 到當(dāng)前應(yīng)用中

...會發(fā)布 Sail 的 docker-compose.yml 文件到您應(yīng)用程序的根目錄:php artisan sail:install 最后,您可以開始 Sail. 要繼續(xù)學(xué)習(xí)如何使用 Sail,請接著閱讀本文擋的其余部份:./vendor/bin/sail up

http://www.o2fo.com/laravel_8/laravel_8-fw133imo.html

5548.Laravel 8 定制化

... sail:publish 命令可以發(fā)布 Sail 自己的 Dockerfile 方便您定制:php artisan sail:publish 運行這個命令后,在你的項目根目錄下會生成一個 docker 目錄,里面包含有關(guān)你應(yīng)用的 Dockerfile 和其他配置文件。當(dāng)您自行定制 Sail 配置之后,您必須...

http://www.o2fo.com/laravel_8/laravel_8-hgqo3in6.html

5549.Laravel 8 定制數(shù)據(jù)遷移

如果您不打算使用 Telescope 的默認(rèn)遷移,則應(yīng)該在 AppServiceProvider 的 register 方法中調(diào)用 Telescope::ignoreMigrations 方法。您可以使用 php artisan vendor:publish --tag=telescope-migrations 命令導(dǎo)出默認(rèn)遷移。

http://www.o2fo.com/laravel_8/laravel_8-fobe3ioa.html

5550.OpenResty 稀疏數(shù)組

...ta 的數(shù)組下標(biāo)):-- http://www.kyne.com.au/~mark/software/lua-cjson.php -- version: 2.1 devel local json = require("cjson") local data = {1, 2} data[1000] = 99 -- ... do the other things ngx.say(json.encode(data)) 運行日志報錯結(jié)果:2015/06/27 00:23:13 [error] 2714#0: *40 lua entry th...

http://www.o2fo.com/openresty1/openresty-稀疏數(shù)組.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

5541.Laravel 8 儀表板授權(quán)

...中訪問此儀表板。在你的 app/Providers/TelescopeServiceProvider.php 文件中,有一個 gate 方法。此授權(quán)能控制在 非本地 環(huán)境中對 Telescope 的訪問。您可以根據(jù)需要隨意修改此權(quán)限以限制對 Telescope 安裝和訪問:/** * 注冊 Telescope gate * * 該 g...

http://www.o2fo.com/laravel_8/laravel_8-38mn3ily.html

5542.Laravel 8 可用的監(jiān)聽器

...cope 監(jiān)聽器會收集應(yīng)用程序數(shù)據(jù)。 您可以在 config/telescope.php 配置文件中自定義要啟用監(jiān)聽器的列表:'watchers' => [ Watchers\CacheWatcher::class => true, Watchers\CommandWatcher::class => true, ... ], 一些監(jiān)聽器還允許您提供其他自定義...

http://www.o2fo.com/laravel_8/laravel_8-1fgz3im4.html

5543.Laravel 8 命令監(jiān)聽

...您想排除監(jiān)聽器記錄的某些命令,您可以在 config/telescope.php 文件的 ignore 選項中指定命令:'watchers' => [ Watchers\CommandWatcher::class => [ 'enabled' => env('TELESCOPE_COMMAND_WATCHER', true), 'ignore' => ['key:generate&...

http://www.o2fo.com/laravel_8/laravel_8-p75i3im6.html

5544.Laravel 8 Gate 監(jiān)聽

...將某些能力排除在監(jiān)聽器的記錄之外,您可 config/telescope.php 文件的 ignore_abilities 選項中指定它們:'watchers' => [ Watchers\GateWatcher::class => [ 'enabled' => env('TELESCOPE_GATE_WATCHER', true), 'ignore_abilities' => ['...

http://www.o2fo.com/laravel_8/laravel_8-y9xz3ima.html

5545.Laravel 8 Laravel Sail

...當(dāng)前應(yīng)用中配置 Bash 別名 啟動 & 停止 Sail執(zhí)行命令 執(zhí)行 PHP 命令執(zhí)行 Composer 命令執(zhí)行 Artisan 命令執(zhí)行 Node / NPM 命令 與數(shù)據(jù)庫交互 MySQLRedis 運行測試 Laravel Dusk 預(yù)覽電子郵件容器 CLIPHP 版本共享您的網(wǎng)站定制化

http://www.o2fo.com/laravel_8/laravel_8-t4ry3iml.html

5546.Laravel 8 介紹

...于與 Laravel 的默認(rèn) Docker 開發(fā)環(huán)境進(jìn)行交互。Sail 為使用 PHP,MySQL 和 Redis 構(gòu)建 Laravel 應(yīng)用程序提供了一個很好的起點,而無需事先具有 Docker 經(jīng)驗。Sail 的核心是 docker-compose.yml 文件和存儲在項目根目錄的 sail 腳本。sail 腳本為 CLI...

http://www.o2fo.com/laravel_8/laravel_8-dcu73imm.html

5547.Laravel 8 安裝 Sail 到當(dāng)前應(yīng)用中

...會發(fā)布 Sail 的 docker-compose.yml 文件到您應(yīng)用程序的根目錄:php artisan sail:install 最后,您可以開始 Sail. 要繼續(xù)學(xué)習(xí)如何使用 Sail,請接著閱讀本文擋的其余部份:./vendor/bin/sail up

http://www.o2fo.com/laravel_8/laravel_8-fw133imo.html

5548.Laravel 8 定制化

... sail:publish 命令可以發(fā)布 Sail 自己的 Dockerfile 方便您定制:php artisan sail:publish 運行這個命令后,在你的項目根目錄下會生成一個 docker 目錄,里面包含有關(guān)你應(yīng)用的 Dockerfile 和其他配置文件。當(dāng)您自行定制 Sail 配置之后,您必須...

http://www.o2fo.com/laravel_8/laravel_8-hgqo3in6.html

5549.Laravel 8 定制數(shù)據(jù)遷移

如果您不打算使用 Telescope 的默認(rèn)遷移,則應(yīng)該在 AppServiceProvider 的 register 方法中調(diào)用 Telescope::ignoreMigrations 方法。您可以使用 php artisan vendor:publish --tag=telescope-migrations 命令導(dǎo)出默認(rèn)遷移。

http://www.o2fo.com/laravel_8/laravel_8-fobe3ioa.html

5550.OpenResty 稀疏數(shù)組

...ta 的數(shù)組下標(biāo)):-- http://www.kyne.com.au/~mark/software/lua-cjson.php -- version: 2.1 devel local json = require("cjson") local data = {1, 2} data[1000] = 99 -- ... do the other things ngx.say(json.encode(data)) 運行日志報錯結(jié)果:2015/06/27 00:23:13 [error] 2714#0: *40 lua entry th...

http://www.o2fo.com/openresty1/openresty-稀疏數(shù)組.html

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

w3cschool 建議您:

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

熱門課程