Package Data | |
---|---|
Maintainer Username: | miladimos |
Maintainer Contact: | miladimos@outlook.com (miladimos) |
Package Create Date: | 2021-10-06 |
Package Last Update: | 2023-06-22 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-11 15:21:00 |
Package Statistics | |
---|---|
Total Downloads: | 683 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 7 |
Total Watchers: | 3 |
Total Forks: | 1 |
Total Open Issues: | 0 |
A laravel package for generate admin dashboard dynamically based on Tabler template
use livewire - alpinejs
composer require laravelir/dashboarder
Laravelir\Dashboarder\Providers\DashboarderServiceProvider::class,
php artisan dashboarder:install
php artisan migrate
php artisan db:seed --class="DashboarderSeeders"
php artisan storage:link
in install command automatic appends the following to .env
file:
DASHBOARDER_AUTH_USERNAME=email|username
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!!!
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.