主頁(yè) > 知識(shí)庫(kù) > Laravel-添加后臺(tái)模板AdminLte的實(shí)現(xiàn)方法

Laravel-添加后臺(tái)模板AdminLte的實(shí)現(xiàn)方法

熱門標(biāo)簽:沛縣400電話辦理 智能電話機(jī)器人好公司門薩維 德陽(yáng)中江如何申請(qǐng)400開(kāi)頭電話 青白江地圖標(biāo)注 銅川電話機(jī)器人價(jià)格 江蘇電商外呼系統(tǒng)運(yùn)營(yíng)商 AI電話機(jī)器人OEM貼牌 辦理重慶400電話 聊城電話外呼系統(tǒng)公司

AdminLTE是一個(gè)很棒的單純的由 HTML 和 CSS 構(gòu)建的后臺(tái)模板,在這片文章中,我將講述如何將 AdminLTE 和 Laravel 優(yōu)雅的整合在一起,而且我們可以通過(guò) Bower 來(lái)及時(shí)的更新和管理 AdminLTE。

1、新建laravel項(xiàng)目

composer create-project laravel/laravel myapp --prefer-dist

2、使用前端包管理器添加AdminLte(可以使用npm或者yarn、bower),在項(xiàng)目根目錄下執(zhí)行如下命令:

yarn add admin-lte 

會(huì)在項(xiàng)目根目錄下看到,node_modules\admin-lte\

3、將admin-lte文件夾復(fù)制到public目錄下,開(kāi)始使用:

首先按照l(shuí)aravel模板的方式建立layouts基礎(chǔ)樣式模板 default.balde.php, 將admin-lte下的starter.html內(nèi)容復(fù)制到default中,

并將頭尾側(cè)邊欄等公用部分放入不同的子模板_header _footer _left中,如圖:

最后的default模板代碼:(注意修改好導(dǎo)入樣式和js文件的路徑)

!DOCTYPE html>
html>
head>
 meta charset="utf-8">
 meta http-equiv="X-UA-Compatible" content="IE=edge">
 title>后臺(tái)管理系統(tǒng)/title>
 !-- Tell the browser to be responsive to screen width -->
 meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
 !-- Bootstrap 3.3.6 -->
 link rel="stylesheet" href="/admin-lte/bootstrap/css/bootstrap.min.css" rel="external nofollow" >
 !-- Font Awesome -->
 link rel="stylesheet"  rel="external nofollow" >
 !-- Ionicons -->
 link rel="stylesheet"  rel="external nofollow" >
 !-- Theme style -->
 link rel="stylesheet" href="/admin-lte/dist/css/AdminLTE.min.css" rel="external nofollow" >
 link rel="stylesheet" href="/admin-lte/dist/css/skins/skin-blue.min.css" rel="external nofollow" >
 !--[if lt IE 9]>
 script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js">/script>
 script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js">/script>
 ![endif]-->
/head>
body class="hold-transition skin-blue sidebar-mini">
div class="wrapper">
 @include('admin.layouts._header')
 @include('admin.layouts._left')
 @yield('content')
 @include('admin.layouts._footer')
 @include('admin.layouts._tip')
 div class="control-sidebar-bg">/div>
/div>
!-- jQuery 2.2.3 -->
script src="/admin-lte/plugins/jQuery/jquery-2.2.3.min.js">/script>
!-- Bootstrap 3.3.6 -->
script src="/admin-lte/bootstrap/js/bootstrap.min.js">/script>
!-- AdminLTE App -->
script src="/admin-lte/dist/js/app.min.js">/script>
/body>
/html>

項(xiàng)目中的其他頁(yè)面就可以繼承使用layouts模板了:

@extends('admin.layouts.default')
@section('content')
div class="content-wrapper">
 section class="content-header">
  h1>
  Page Header
  small>首頁(yè)管理/small>
  /h1>
  ol class="breadcrumb">
  li>a href="#" rel="external nofollow" >i class="fa fa-dashboard">/i> Level/a>/li>
  li class="active">Here/li>
  /ol>
 /section>
 section class="content">
  div class='row'>
 div class='col-md-6'>
  !-- Box1 -->
  div class="box box-primary">
   div class="box-header with-border">
    h3 class="box-title">盒子一/h3>
    div class="box-tools pull-right">
     button class="btn btn-box-tool" data-widget="collapse" data-toggle="tooltip" title="Collapse">i class="fa fa-minus">/i>/button>
     button class="btn btn-box-tool" data-widget="remove" data-toggle="tooltip" title="Remove">i class="fa fa-times">/i>/button>
    /div>
   /div>
   div class="box-body">
    table>/table>
   /div>
   div class="box-footer">
    form action='#'>
     input type='text' placeholder='New task' class='form-control input-sm' />
    /form>
   /div>
  /div>
 /div>
 /div>
 /section>
/div>

@stop

想要使用admin-lte自帶的任何樣式,直接復(fù)制那部分的頁(yè)面代碼粘貼到需要的位置即可,

在本地電腦上直接打開(kāi)admin-lte下index.html就可以查看到所有的樣式效果

本例最后達(dá)到的效果如圖:

以上這篇Laravel-添加后臺(tái)模板AdminLte的實(shí)現(xiàn)方法就是小編分享給大家的全部?jī)?nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持腳本之家。

您可能感興趣的文章:
  • 關(guān)于laravel后臺(tái)模板laravel-admin select框的使用詳解
  • 基于Laravel-admin 后臺(tái)的自定義頁(yè)面用法詳解
  • 基于laravel-admin 后臺(tái) 列表標(biāo)簽背景的使用方法

標(biāo)簽:鷹潭 赤峰 烏魯木齊 南寧 山南 迪慶 三亞 濟(jì)寧

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《Laravel-添加后臺(tái)模板AdminLte的實(shí)現(xiàn)方法》,本文關(guān)鍵詞  Laravel-,添加,后臺(tái),模板,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《Laravel-添加后臺(tái)模板AdminLte的實(shí)現(xiàn)方法》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于Laravel-添加后臺(tái)模板AdminLte的實(shí)現(xiàn)方法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章