johnhed/admindek

Dashboards admin from laravel

Installs: 136

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

0.9 2020-08-22 18:33 UTC

This package is auto-updated.

Last update: 2024-04-11 18:00:42 UTC


README

admindek

contributions welcome

Installation

  1. install the package with composer:
composer require johnhed/admindek

  1. Replace as views
php artisan make:admindek

  1. Publish the public resources by selecting the package-relative command:
php artisan vendor:publish

  1. Add helper in composer.json at project root
 "autoload": {
        "psr-4": {
            "App\\": "app/",
        },
        ...
        "files": [
            ...
            "app/Helpers/admindek.php"
        ]
    },