App下載

詞條

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

5331.Laravel 8 配置

文件系統(tǒng)的配置文件位于 config/filesystems.php。在這個(gè)文件中你可以配置所有「磁盤」。每個(gè)磁盤代表特定的存儲(chǔ)驅(qū)動(dòng)及存儲(chǔ)位置。每種支持的驅(qū)動(dòng)程序的示例配置都包含在配置文件中。因此,只需要修改配置即可應(yīng)用你的存儲(chǔ)偏...

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

5332.Laravel 8 公共磁盤

...件。 你可以使用 Artisan 命令 storage:link 來創(chuàng)建符號(hào)鏈接:php artisan storage:linkCopy 一旦一個(gè)文件被存儲(chǔ)并且已經(jīng)創(chuàng)建了符號(hào)鏈接,你就可以使用輔助函數(shù) asset 來創(chuàng)建文件的 URL:echo asset('storage/file.txt');Copy 您可以在您的 filesyst...

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

5333.Laravel 8 S3 驅(qū)動(dòng)配置

S3 驅(qū)動(dòng)配置信息位于你的 config/filesystems.php 配置文件中。該文件包含 S3 驅(qū)動(dòng)程序的示例配置數(shù)組。 你可以自由使用你自己的 S3 配置和憑證修改此配置數(shù)組。 為方便起見,這些環(huán)境變量與 AWS CLI 使用的命名約定相匹配。

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

5334.Laravel 8 FTP 驅(qū)動(dòng)配置

...不過 FTP 的配置示例并沒有被包含在框架默認(rèn)的 filesystems.php 文件中。如果你需要配置 FTP 文件系統(tǒng),則需要使用如下配置內(nèi)容:'ftp' => [ 'driver' => 'ftp', 'host' => 'ftp.example.com', 'username' =>...

http://www.o2fo.com/laravel_8/laravel_8-2ig33hia.html

5335.Laravel 8 SFTP 驅(qū)動(dòng)器的配置

...好的適配 SFTP;只不過在該框架的默認(rèn)配置文件 filesystems.php 中并沒有包含示例。如果你需要配置 SFTP 文件系統(tǒng),則需要使用如下配置內(nèi)容:'sftp' => [ 'driver' => 'sftp', 'host' => 'example.com', 'usern...

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

5336.Laravel 8 自定義隊(duì)列連接 & 隊(duì)列名稱

...以在監(jiān)聽器類中定義 $connection,$queue 或 $delay 屬性:<?php namespace App\Listeners; use App\Events\OrderShipped; use Illuminate\Contracts\Queue\ShouldQueue; class SendShipmentNotification implements ShouldQueue { /** * 任務(wù)將被發(fā)送到的連接的名稱 * * @var string|null *...

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

5337.Laravel 8 文件上傳

...法,并將您預(yù)期的文件存儲(chǔ)位置作為參數(shù)傳遞給它:<?php namespace App\Http\Controllers; use App\Http\Controllers\Controller; use Illuminate\Http\Request; class UserAvatarController extends Controller { /** * 上傳用戶頭像。 * * @param Request $request * @return Response...

http://www.o2fo.com/laravel_8/laravel_8-8gc53hil.html

5338.Laravel 8 保存文件

...法可用于將原始文件內(nèi)容保存到磁盤上。你也可以傳遞 PHP 的 resource 給 put 方法,它將使用文件系統(tǒng)下的底層流支持。切記,所有的文件路徑都是相對(duì)于磁盤配置中「根」的路徑:use Illuminate\Support\Facades\Storage; Storage::put('file.j...

http://www.o2fo.com/laravel_8/laravel_8-3rsy3hj0.html

5339.Laravel 8 文件上傳

...法,并將您預(yù)期的文件存儲(chǔ)位置作為參數(shù)傳遞給它:<?php namespace App\Http\Controllers; use App\Http\Controllers\Controller; use Illuminate\Http\Request; class UserAvatarController extends Controller { /** * 上傳用戶頭像。 * * @param Request $request * @return Response...

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

5340.Laravel 8 簡(jiǎn)介

Laravel 包含各種各樣的全局 PHP 「輔助」函數(shù),框架本身也大量的使用了這些功能函數(shù);如果你覺的方便,你可以在你的應(yīng)用中任意使用這些函數(shù)。

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

5331.Laravel 8 配置

文件系統(tǒng)的配置文件位于 config/filesystems.php。在這個(gè)文件中你可以配置所有「磁盤」。每個(gè)磁盤代表特定的存儲(chǔ)驅(qū)動(dòng)及存儲(chǔ)位置。每種支持的驅(qū)動(dòng)程序的示例配置都包含在配置文件中。因此,只需要修改配置即可應(yīng)用你的存儲(chǔ)偏...

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

5332.Laravel 8 公共磁盤

...件。 你可以使用 Artisan 命令 storage:link 來創(chuàng)建符號(hào)鏈接:php artisan storage:linkCopy 一旦一個(gè)文件被存儲(chǔ)并且已經(jīng)創(chuàng)建了符號(hào)鏈接,你就可以使用輔助函數(shù) asset 來創(chuàng)建文件的 URL:echo asset('storage/file.txt');Copy 您可以在您的 filesyst...

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

5333.Laravel 8 S3 驅(qū)動(dòng)配置

S3 驅(qū)動(dòng)配置信息位于你的 config/filesystems.php 配置文件中。該文件包含 S3 驅(qū)動(dòng)程序的示例配置數(shù)組。 你可以自由使用你自己的 S3 配置和憑證修改此配置數(shù)組。 為方便起見,這些環(huán)境變量與 AWS CLI 使用的命名約定相匹配。

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

5334.Laravel 8 FTP 驅(qū)動(dòng)配置

...不過 FTP 的配置示例并沒有被包含在框架默認(rèn)的 filesystems.php 文件中。如果你需要配置 FTP 文件系統(tǒng),則需要使用如下配置內(nèi)容:'ftp' => [ 'driver' => 'ftp', 'host' => 'ftp.example.com', 'username' =>...

http://www.o2fo.com/laravel_8/laravel_8-2ig33hia.html

5335.Laravel 8 SFTP 驅(qū)動(dòng)器的配置

...好的適配 SFTP;只不過在該框架的默認(rèn)配置文件 filesystems.php 中并沒有包含示例。如果你需要配置 SFTP 文件系統(tǒng),則需要使用如下配置內(nèi)容:'sftp' => [ 'driver' => 'sftp', 'host' => 'example.com', 'usern...

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

5336.Laravel 8 自定義隊(duì)列連接 & 隊(duì)列名稱

...以在監(jiān)聽器類中定義 $connection,$queue 或 $delay 屬性:<?php namespace App\Listeners; use App\Events\OrderShipped; use Illuminate\Contracts\Queue\ShouldQueue; class SendShipmentNotification implements ShouldQueue { /** * 任務(wù)將被發(fā)送到的連接的名稱 * * @var string|null *...

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

5337.Laravel 8 文件上傳

...法,并將您預(yù)期的文件存儲(chǔ)位置作為參數(shù)傳遞給它:<?php namespace App\Http\Controllers; use App\Http\Controllers\Controller; use Illuminate\Http\Request; class UserAvatarController extends Controller { /** * 上傳用戶頭像。 * * @param Request $request * @return Response...

http://www.o2fo.com/laravel_8/laravel_8-8gc53hil.html

5338.Laravel 8 保存文件

...法可用于將原始文件內(nèi)容保存到磁盤上。你也可以傳遞 PHP 的 resource 給 put 方法,它將使用文件系統(tǒng)下的底層流支持。切記,所有的文件路徑都是相對(duì)于磁盤配置中「根」的路徑:use Illuminate\Support\Facades\Storage; Storage::put('file.j...

http://www.o2fo.com/laravel_8/laravel_8-3rsy3hj0.html

5339.Laravel 8 文件上傳

...法,并將您預(yù)期的文件存儲(chǔ)位置作為參數(shù)傳遞給它:<?php namespace App\Http\Controllers; use App\Http\Controllers\Controller; use Illuminate\Http\Request; class UserAvatarController extends Controller { /** * 上傳用戶頭像。 * * @param Request $request * @return Response...

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

5340.Laravel 8 簡(jiǎn)介

Laravel 包含各種各樣的全局 PHP 「輔助」函數(shù),框架本身也大量的使用了這些功能函數(shù);如果你覺的方便,你可以在你的應(yīng)用中任意使用這些函數(shù)。

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

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

w3cschool 建議您:

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

熱門課程