lupael/admindek-laravel

Admindek Dashboards For laravel

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

dev-main 2022-07-15 00:45 UTC

This package is auto-updated.

Last update: 2024-05-15 05:14:56 UTC


README

admindek

Installation

  1. install the package with composer:
composer require lupael/admindek-laravel

  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"
        ]
    },