komely/dashboard

这是一个用于加速项目的Laravel基础仪表板

0.1.3 2020-04-26 15:51 UTC

This package is auto-updated.

Last update: 2024-09-12 11:14:21 UTC


README

基本Laravel仪表板,用于加速项目开发。一个用于提高编程速度的简单仪表板

Latest Stable Version Total Downloads Latest Unstable Version License

安装

composer require komeyl/dashboard

php artisan command:InstallDashboard

你看

Copied Directory [komeyl/dashboard/src/Views] To [/resources/views/dashboard]
Copied Directory [komeyl/dashboard/src/Assets] To [/public/assets]
Dashboard was installed successfully.

       ____                  _       _                                  _
      |  _ \    __ _   ___  | |__   | |__     ___     __ _   _ __    __| |
      | | | |  / _` | / __| | '_ \  | '_ \   / _ \   / _` | | '__|  / _` |
      | |_| | | (_| | \__ \ | | | | | |_) | | (_) | | (_| | | |    | (_| |
      |____/   \__,_| |___/ |_| |_| |_.__/   \___/   \__,_| |_|     \__,_|
{
    "require": {
        "komeyl/dashboard": "dev-master"
    }
}

使用示例

只需输入 example.com/dashboard

发布视图

php artisan vendor:publish --tag=views --force

发布资源

php artisan vendor:publish --tag=public --force

发布翻译

php artisan vendor:publish --tag=translate --force

发布控制器

php artisan vendor:publish --tag=controllers --force

更多示例和用法,请参考wiki。

元数据

https://github.com/Komeyl-dev