zulhamfendhy/adminlte

Admin LTE by zulhamfendhy

1.0.9 2023-10-27 13:20 UTC

This package is auto-updated.

Last update: 2024-04-27 14:22:52 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