LaravelPackages.net
Acme Inc.
Toggle sidebar
komeyl/dashboard

This is a basic laravel dashboard for speed project

19
2
0.1.3
About komeyl/dashboard

komeyl/dashboard is a Laravel package for this is a basic laravel dashboard for speed project. It currently has 2 GitHub stars and 19 downloads on Packagist (latest version 0.1.3). Install it with composer require komeyl/dashboard. Discover more Laravel packages by komeyl or browse all Laravel packages to compare alternatives.

Last updated

Laravel-dashboard داشبورد لاراول

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

Star History Chart