zulhamfendhy的Admin LTE
github.com/zulhamfendhy/laravel-adminlte
源代码
问题
安装次数: 28
依赖者: 0
建议者: 0
安全: 0
星标: 1
关注者: 2
分支: 0
开放问题: 0
语言:JavaScript
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
MIT f9af98b9a1e3c7ddd02ffdf5c501be3aa7b507dc
This package is auto-updated.
Last update: 2024-09-12 12:26:37 UTC
composer require zulhamfendhy/adminlte
php artisan vendor:publish --tag=zulhamfendhy-adminlte
创建基础模板视图。例如:base.blade.php
@extends('adminlte::base') @push('stylesheets') @endpush @push('javascripts') @endpush
./vendor/bin/phpunit tests