kmaking / admin-template
Admin Template pre define setup for laravel projects
Installs: 217
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Language:JavaScript
Requires
This package is auto-updated.
Last update: 2025-02-26 00:45:26 UTC
README
KMA Admin Template pre define setup for laravel projects.
This package provide admin template assets and auth scaffolds for admin template using laravel blade and blade component.
Install
Install Package
composer require kmaking/admin-template
Publish Template Assets
php artisan vendor:publish --tag=kma-assets
Directory Published
public
├── js
│ └── vindicate.js
├── plugins
│ ├── air-datepicker
│ ├── bootstrap-4.0.0
│ ├── bootstrap-select
│ ├── bootstrap-tagsinput
│ ├── bootstrap-touchspin
│ ├── bootstrap-wysihtml5-master
│ ├── cropperjs
│ ├── datatables
│ ├── dropzone
│ ├── fancybox
│ ├── fullcalendar
│ ├── highcharts-6.0.7
│ ├── highlight.js
│ ├── ion-rangeslider
│ ├── jquery-asColor
│ ├── jquery-asColorPicker
│ ├── jquery-asGradient
│ ├── jQuery-Knob-master
│ ├── jquery-steps
│ ├── jvectormap
│ ├── malihu-custom-scrollbar-plugin-master
│ ├── plyr
│ ├── select2
│ ├── slick
│ ├── sweetalert2
│ ├── switchery
│ ├── timedropper
│ └── wysihtml5-master
└── vendors
├── fonts
├── images
├── scripts
└── styles
Publish Template Auth Scaffolds
php artisan vendor:publish --tag=kma-blade
Directory Published
resources/
└── views
├── components
│ ├── alert.blade.php
│ ├── button.blade.php
│ ├── confirm
│ │ ├── form.blade.php
│ │ └── link.blade.php
│ ├── datatable
│ │ ├── script.blade.php
│ │ └── style.blade.php
│ ├── form.blade.php
│ ├── form-footer.blade.php
│ ├── form-group
│ │ ├── checkbox.blade.php
│ │ ├── input.blade.php
│ │ ├── radio.blade.php
│ │ └── textarea.blade.php
│ ├── form-group.blade.php
│ ├── modal.blade.php
│ ├── panel.blade.php
│ ├── plugin
│ │ ├── script.blade.php
│ │ └── style.blade.php
│ ├── sweetalert
│ │ ├── script.blade.php
│ │ └── style.blade.php
│ └── touchspin.blade.php
└── kma-blade
├── auth
│ ├── login.blade.php
│ ├── passwords
│ │ ├── email.blade.php
│ │ └── reset.blade.php
│ └── register.blade.php
├── layout
│ ├── app.blade.php
│ └── auth.blade.php
└── partials
├── breadcrumbs.blade.php
├── header.blade.php
└── sidebar.blade.php
Licence
The MIT License (MIT).