komeyl/dashboard

This is a basic laravel dashboard for speed project

0.1.3 2020-04-26 15:51 UTC

This package is auto-updated.

Last update: 2024-04-12 10:17:17 UTC


README

Basic laravel dashboard for speed projects. یک داشبورد ساده برای افزایش سرعت برنامه نویسی

Latest Stable Version Total Downloads Latest Unstable Version License

Installation

composer require komeyl/dashboard

php artisan command:InstallDashboard

And you see

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

Usage example

just Enter example.com/dashboard

publishes views

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

publishes assets

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

publishes translate

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

publishes controllers

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

For more examples and usage, please refer to the wiki.

Meta

https://github.com/Komeyl-dev