johnhed / admindek
Dashboards admin from laravel
Installs: 146
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: >=7.2.11
This package is auto-updated.
Last update: 2025-04-11 20:17:17 UTC
README
admindek
Installation
- install the package with composer:
composer require johnhed/admindek
- 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"
]
},