Package Data | |
---|---|
Maintainer Username: | arvin |
Maintainer Contact: | arvin.cao@sunallies.com (arvin) |
Package Create Date: | 2017-03-29 |
Package Last Update: | 2017-04-10 |
Language: | CSS |
License: | MIT |
Last Refreshed: | 2025-02-08 15:03:22 |
Package Statistics | |
---|---|
Total Downloads: | 26 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
composer require arvin/adminlte-for-laravel
添加 Arvin\Admin\Providers\ArvinServiceProvider::class,
到 config/app.php
的providers
php artisan vendor:publish
.env
配置
| 参数 | 说明 | |:---|:---| |SITE_TITLE|网站标题|
@extends('arvin::layouts.default')
@section('content')
这里是 页面内容
@stop