App下載

詞條

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

4201.CodeIgniter4 替換通用函數(shù)

...一個選項(xiàng)來修改這些函數(shù)。 在 `App` 目錄下有一個 `Common.php` 文件,其中定義的所有函數(shù)都會在 `system/Common.php` 文件所定義的函數(shù)版本前生效。 同樣這也是一個創(chuàng)建在框架里全局有效的函數(shù)的好機(jī)會。 > 注解 > > 在核心系...

http://www.o2fo.com/codeigniter4/codeigniter4-gs3w39z0.html

4202.Laravel 8 Apache

...public/.htaccess? 文件,通常用于在資源路徑中隱藏? index.php? 的前端控制器。在用 Apache 為 Laravel 提供服務(wù)之前,確保啟用了 ?mod_rewrite? 模塊,這樣? .htaccess ?文件才能被服務(wù)器解析。 如果 Laravel 附帶的 ?.htaccess ?文件不...

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

4203.Laravel 8 Nginx

如果你使用 Nginx ,在你的站點(diǎn)配置中加入以下配置,所有的請求將會引導(dǎo)至 ?index.php ?前端控制器:location / { try_files $uri $uri/ /index.php?$query_string; } 當(dāng)你使用 Homestead 或 Valet 時,優(yōu)雅鏈接將會自動配置好。

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

4204.Laravel 8 維護(hù)模式

...啟用維護(hù)模式,只需執(zhí)行下面的 Artisan 的 ?down? 命令:php artisan down 你還可以向 ?down? 命令提供 ?retry? 選項(xiàng)。該選項(xiàng) ?retry? 值可用于設(shè)置 HTTP 請求頭中 ?Retry-After ?的值:php artisan down --retry=60

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

4205.Laravel 8 預(yù)渲染維護(hù)模式視圖

如果在部署環(huán)境中使用? php artisan down? 命令,當(dāng)你的 Composer 依賴或其基礎(chǔ)組件更新的時候,你的用戶可能遇到偶然性的錯誤。這是因?yàn)?Laravel 框架的重要部分必須啟動才能確定應(yīng)用程序處于維護(hù)模式,并使用模板引擎呈現(xiàn)維...

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

4206.Laravel 8 關(guān)閉維護(hù)模式

要關(guān)閉維護(hù)模式,請使用 up 命令:php artisan up技巧:你可以通過修改 resources/views/errors/503.blade.php 模板文件來自定義默認(rèn)維護(hù)模式模板。

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

4207.Laravel 8 使用 Xdebug 調(diào)試 Web 請求

...逐步調(diào)試功能。例如,您可以在瀏覽器中加載某個頁面,PHP 將會連接到您的 IDE 以便允許對運(yùn)行的代碼進(jìn)行檢查和修改。 默認(rèn)情況下,Xdebug 已經(jīng)運(yùn)行并且準(zhǔn)備好了接受請求。若您想要在 CLI 中啟用 Xdebug ,請?jiān)谀?Vagrant box 中...

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

4208.Laravel 8 安裝

...裝或升級 Homebrew 到最新版本。 使用 Homebrew 的 brew install php 命令安裝 PHP 7.4。 安裝 Composer。 使用 Composer 的 composer global require laravel/valet 命令安裝 Valet,并確保 ~/.composer/vendor/bin 目錄在系統(tǒng)的「PATH」中。 運(yùn)行 valet install 命令來...

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

4209.Laravel 8 環(huán)境變量

...oad --provision 命令重新配置機(jī)器。這個將更新所有安裝 的 PHP 版本的 PHP-FPM 配置并為 vagrant 用戶更新環(huán)境。

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

4210.Laravel 8 本地驅(qū)動

...一個 Valet 驅(qū)動,請?jiān)趹?yīng)用根目錄創(chuàng)建一個 LocalValetDriver.php 文件。您的自定義驅(qū)動可以繼承 ValetDriver 基類或繼承現(xiàn)有應(yīng)用的特定驅(qū)動程序,如 LaravelValetDriver:class LocalValetDriver extends LaravelValetDriver { /** * 確定驅(qū)動程序是否滿足請...

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

4201.CodeIgniter4 替換通用函數(shù)

...一個選項(xiàng)來修改這些函數(shù)。 在 `App` 目錄下有一個 `Common.php` 文件,其中定義的所有函數(shù)都會在 `system/Common.php` 文件所定義的函數(shù)版本前生效。 同樣這也是一個創(chuàng)建在框架里全局有效的函數(shù)的好機(jī)會。 > 注解 > > 在核心系...

http://www.o2fo.com/codeigniter4/codeigniter4-gs3w39z0.html

4202.Laravel 8 Apache

...public/.htaccess? 文件,通常用于在資源路徑中隱藏? index.php? 的前端控制器。在用 Apache 為 Laravel 提供服務(wù)之前,確保啟用了 ?mod_rewrite? 模塊,這樣? .htaccess ?文件才能被服務(wù)器解析。 如果 Laravel 附帶的 ?.htaccess ?文件不...

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

4203.Laravel 8 Nginx

如果你使用 Nginx ,在你的站點(diǎn)配置中加入以下配置,所有的請求將會引導(dǎo)至 ?index.php ?前端控制器:location / { try_files $uri $uri/ /index.php?$query_string; } 當(dāng)你使用 Homestead 或 Valet 時,優(yōu)雅鏈接將會自動配置好。

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

4204.Laravel 8 維護(hù)模式

...啟用維護(hù)模式,只需執(zhí)行下面的 Artisan 的 ?down? 命令:php artisan down 你還可以向 ?down? 命令提供 ?retry? 選項(xiàng)。該選項(xiàng) ?retry? 值可用于設(shè)置 HTTP 請求頭中 ?Retry-After ?的值:php artisan down --retry=60

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

4205.Laravel 8 預(yù)渲染維護(hù)模式視圖

如果在部署環(huán)境中使用? php artisan down? 命令,當(dāng)你的 Composer 依賴或其基礎(chǔ)組件更新的時候,你的用戶可能遇到偶然性的錯誤。這是因?yàn)?Laravel 框架的重要部分必須啟動才能確定應(yīng)用程序處于維護(hù)模式,并使用模板引擎呈現(xiàn)維...

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

4206.Laravel 8 關(guān)閉維護(hù)模式

要關(guān)閉維護(hù)模式,請使用 up 命令:php artisan up技巧:你可以通過修改 resources/views/errors/503.blade.php 模板文件來自定義默認(rèn)維護(hù)模式模板。

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

4207.Laravel 8 使用 Xdebug 調(diào)試 Web 請求

...逐步調(diào)試功能。例如,您可以在瀏覽器中加載某個頁面,PHP 將會連接到您的 IDE 以便允許對運(yùn)行的代碼進(jìn)行檢查和修改。 默認(rèn)情況下,Xdebug 已經(jīng)運(yùn)行并且準(zhǔn)備好了接受請求。若您想要在 CLI 中啟用 Xdebug ,請?jiān)谀?Vagrant box 中...

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

4208.Laravel 8 安裝

...裝或升級 Homebrew 到最新版本。 使用 Homebrew 的 brew install php 命令安裝 PHP 7.4。 安裝 Composer。 使用 Composer 的 composer global require laravel/valet 命令安裝 Valet,并確保 ~/.composer/vendor/bin 目錄在系統(tǒng)的「PATH」中。 運(yùn)行 valet install 命令來...

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

4209.Laravel 8 環(huán)境變量

...oad --provision 命令重新配置機(jī)器。這個將更新所有安裝 的 PHP 版本的 PHP-FPM 配置并為 vagrant 用戶更新環(huán)境。

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

4210.Laravel 8 本地驅(qū)動

...一個 Valet 驅(qū)動,請?jiān)趹?yīng)用根目錄創(chuàng)建一個 LocalValetDriver.php 文件。您的自定義驅(qū)動可以繼承 ValetDriver 基類或繼承現(xiàn)有應(yīng)用的特定驅(qū)動程序,如 LaravelValetDriver:class LocalValetDriver extends LaravelValetDriver { /** * 確定驅(qū)動程序是否滿足請...

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

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

w3cschool 建議您:

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

熱門課程