用Laravel5.1開(kāi)發(fā)項(xiàng)目的時(shí)候,經(jīng)常碰到需要攜帶錯(cuò)誤信息到上一個(gè)頁(yè)面,開(kāi)發(fā)web后臺(tái)的時(shí)候尤其強(qiáng)烈。 方法一:跳轉(zhuǎn)到指定路由,并攜帶錯(cuò)誤信息 return redirect(/admin/resource/showAddResourceV
Laravel項(xiàng)目安裝驗(yàn)證碼mews/captcha擴(kuò)展,出現(xiàn)如下錯(cuò)誤信息: composer require mews/captcha Using version ^2.2 for mews/captcha ./composer.json has been updated Loading composer repositories with package information Updating d
總體內(nèi)容分為傳值類型和方法,大概總體感覺(jué)如下。 傳值類型:一個(gè)值,多個(gè)值,數(shù)組。 方法: with,view,compact 默認(rèn)視圖 test文件下index.blade.php 單個(gè)值的傳遞 with public function index ( ) {
mcamara/laravel-localization擴(kuò)展包為你的Laravel項(xiàng)目提供本地化功能增強(qiáng)及多國(guó)語(yǔ)言切換等功能,可以很方便的實(shí)現(xiàn)多語(yǔ)言版本之間的切換。 github地址:https://github.com/mcamara/laravel-localization 安
lubusIN/laravel-decomposer擴(kuò)展包專用于解決laravel擴(kuò)項(xiàng)目中對(duì)Composer依賴的關(guān)系,能夠檢測(cè)項(xiàng)目及服務(wù)器環(huán)境。 github地址:https://github.com/lubusIN/laravel-decomposer 安裝: composer require lubusin/larave
壓縮 HTML 加速網(wǎng)頁(yè)響應(yīng) renatomarinho/laravel-page-speed,擴(kuò)展包可以自動(dòng)的優(yōu)化網(wǎng)站,將HTML加速輸出顯示在客戶端瀏覽器。 項(xiàng)目地址:https://github.com/renatomarinho/laravel-page-speed 安裝命令: $
Laravel User Agent 輕松識(shí)別客戶端信息 jenssegers/agent,客戶端會(huì)通過(guò)這個(gè)請(qǐng)求向訪問(wèn)網(wǎng)站提供瀏覽器類型、操作系統(tǒng)及版本,瀏覽器渲染引擎,瀏覽器語(yǔ)言等標(biāo)識(shí)的信息。 項(xiàng)目地址:https
beyondcode/laravel-query-detector擴(kuò)展包是一款查找問(wèn)題的探測(cè)器,可以很方便的幫助開(kāi)發(fā)者查找潛在的問(wèn)題。 項(xiàng)目地址:https://github.com/beyondcode/laravel-query-detector 安裝命令: composer require bey
laravel擴(kuò)展包統(tǒng)計(jì)頁(yè)面訪問(wèn)次數(shù)awssat/laravel-visits,用于統(tǒng)計(jì)在每個(gè)頁(yè)面的訪問(wèn)次數(shù),通過(guò)判斷IP來(lái)實(shí)現(xiàn)通過(guò)訪問(wèn)次數(shù)的功能。 項(xiàng)目地址:https://github.com/awssat/laravel-visits 安裝命令: compo
milon/barcode可生成一維碼、二維碼等多種條碼格式,使用也非常的方便。 項(xiàng)目地址:https://github.com/milon/barcode 安裝: $ composer require milon/barcode 安裝完成之后,我們需要注冊(cè)providers服務(wù)
Laravel 5.4運(yùn)行migrate命令報(bào)錯(cuò)1071 Specified key was too long解決方案如下...
php根據(jù)當(dāng)前用戶信息時(shí)間顯示時(shí)間狀態(tài)的代碼片段,以下代碼為項(xiàng)目開(kāi)發(fā)中的片段...
?php include global.php; $ids = $_GET[ids]; $sql = select * from crm_cost_...
Heredoc技術(shù),在正規(guī)的PHP文檔中和技術(shù)書(shū)籍中一般沒(méi)有詳細(xì)講述,只是提到了這是...
總體內(nèi)容分為傳值類型和方法,大概總體感覺(jué)如下。 傳值類型:一個(gè)值,多個(gè)值,數(shù)...
Laravel模擬PHP GET/POST請(qǐng)求示例代碼 模擬GET請(qǐng)求百度天氣信息API ?php //創(chuàng)建...
1 絕對(duì)路徑、相對(duì)路徑和未確定路徑 相對(duì)路徑 相對(duì)路徑指以.開(kāi)頭的路徑,例如 ./...
測(cè)試項(xiàng)目Laravel Shop,Git源代碼到本地調(diào)整,環(huán)境配置完成之后,運(yùn)行Laravel,...