zulhamfendhy/adminlte

Admin LTE by zulhamfendhy

1.1.0 2024-06-12 11:40 UTC

This package is auto-updated.

Last update: 2024-10-12 12:41:21 UTC


README

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