laravelir/dashboarder

a powerful, flexible laravel file manager

v0.1.2 2021-10-07 21:26 UTC

This package is auto-updated.

Last update: 2024-04-22 17:00:35 UTC


README

  • Starts
  • Forks
  • Total Downloads

Laravel Dashboarder

A laravel package for generate admin dashboard dynamically based on Tabler template

use livewire - alpinejs

Installation

  1. Run the command below to add this package:
composer require laravelir/dashboarder
  1. Open your config/app.php and add the following to the providers array:
Laravelir\Dashboarder\Providers\DashboarderServiceProvider::class,
  1. Run the command below to install:
php artisan dashboarder:install
  1. Run the command below to migrate tables and run seeders:
php artisan migrate

php artisan db:seed --class="DashboarderSeeders"

php artisan storage:link

Environment Variables

in install command automatic appends the following to .env file:

DASHBOARDER_AUTH_USERNAME=email|username

Using

after install you can accessing panel by below route:

route.prefix/dashboard

you can login into dashboarder by default admin user created by seeders:

email: admin@gmail.com password: password

after login you must change it for security!!!

Comands

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.