Skip to content

zulhamfendhy/laravel-adminlte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin Lte

PHP Composer Downloads Latest Stable Version License

Admin LTE by zulhamfendhy

Installation

composer require zulhamfendhy/adminlte
php artisan vendor:publish --tag=zulhamfendhy-adminlte

Usage

Create a base template view. Example: base.blade.php

@extends('adminlte::base')

@push('stylesheets')

@endpush

@push('javascripts')

@endpush

Dev Test

./vendor/bin/phpunit tests