| 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-11-05 15:03:46 |
| Package Statistics | |
|---|---|
| Total Downloads: | 28 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| 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