lupael / admindek-laravel
Admindek Dashboards For laravel
Package info
github.com/lupael/admindek-laravel
Language:JavaScript
pkg:composer/lupael/admindek-laravel
dev-main
2022-07-15 00:45 UTC
Requires
- php: >=7.2.11
This package is auto-updated.
Last update: 2026-03-15 08:59:10 UTC
README
admindek
Installation
- install the package with composer:
composer require lupael/admindek-laravel
- Replace as views
php artisan make:admindek
- Publish the public resources by selecting the package-relative command:
php artisan vendor:publish
- Add helper in composer.json at project root
"autoload": {
"psr-4": {
"App\\": "app/",
},
...
"files": [
...
"app/Helpers/admindek.php"
]
},