bantenprov/dashboard-tanara-statistic

Tanara 统计应用仪表板

dev-master 2018-02-03 03:19 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:41:48 UTC


README

Tanara 统计应用仪表板

安装

首先,安装 tanara

$ composer create-project bantenprov/tanara:dev-master

然后安装此包

$ composer require bantenprov/dashboard-tanara-statistic:dev-master

编辑 config/app.php

'providers' => [

        /*
         * Laravel Framework Service Providers...
         */
        Illuminate\Auth\AuthServiceProvider::class,
        Illuminate\Broadcasting\BroadcastServiceProvider::class,
        Illuminate\Bus\BusServiceProvider::class,
        Illuminate\Cache\CacheServiceProvider::class,
        Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class,
        Illuminate\Cookie\CookieServiceProvider::class,
        Illuminate\Database\DatabaseServiceProvider::class,
        Illuminate\Encryption\EncryptionServiceProvider::class,
        Illuminate\Filesystem\FilesystemServiceProvider::class,
        Illuminate\Foundation\Providers\FoundationServiceProvider::class,
        Illuminate\Hashing\HashServiceProvider::class,
        Illuminate\Mail\MailServiceProvider::class,
        //==

        Bantenprov\DashboardTanaraStatistic\DashboardTanaraStatisticServiceProvider::class,

发布 vendor 命令

$ php artisan vendor:publish --tag=dtstatistik-assets --force