用Laravel5.1開發(fā)項(xiàng)目的時(shí)候,經(jīng)常碰到需要攜帶錯(cuò)誤信息到上一個(gè)頁面,開發(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)容分為傳值類型和方法,大概總體感覺如下。 傳值類型:一個(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)及多國語言切換等功能,可以很方便的實(shí)現(xiàn)多語言版本之間的切換。 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ī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ì)通過這個(gè)請(qǐng)求向訪問網(wǎng)站提供瀏覽器類型、操作系統(tǒng)及版本,瀏覽器渲染引擎,瀏覽器語言等標(biāo)識(shí)的信息。 項(xiàng)目地址:https
beyondcode/laravel-query-detector擴(kuò)展包是一款查找問題的探測(cè)器,可以很方便的幫助開發(fā)者查找潛在的問題。 項(xiàng)目地址:https://github.com/beyondcode/laravel-query-detector 安裝命令: composer require bey
laravel擴(kuò)展包統(tǒng)計(jì)頁面訪問次數(shù)awssat/laravel-visits,用于統(tǒng)計(jì)在每個(gè)頁面的訪問次數(shù),通過判斷IP來實(shí)現(xià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ù)
?php include global.php; $ids = $_GET[ids]; $sql = select * from crm_cost_...
gregwar/captcha是一個(gè)非常簡(jiǎn)單的應(yīng)用于Laravel的驗(yàn)證碼庫。使用composer進(jìn)行安...
php使用魔術(shù)函數(shù)__autoload自動(dòng)引入實(shí)例化對(duì)象文件,示例代碼如下: ?php //魔...
在php中要模擬post請(qǐng)求數(shù)據(jù)提交我們會(huì)使用到curl函數(shù),下面我來給大家舉幾個(gè)cur...
Laravel模擬PHP GET/POST請(qǐng)求示例代碼 模擬GET請(qǐng)求百度天氣信息API ?php //創(chuàng)建...
laravel擴(kuò)展包統(tǒng)計(jì)頁面訪問次數(shù)awssat/laravel-visits,用于統(tǒng)計(jì)在每個(gè)頁面的訪...
Laravel-Mediable可以通過文件系統(tǒng)驅(qū)動(dòng)Filesystem-driven進(jìn)行上傳目錄的配置,...
在開發(fā)的過程當(dāng)中,有些時(shí)候需要查看返回的JSON數(shù)據(jù)格式關(guān)于中文的信息是什么內(nèi)...