skowei / dashboard
Dashboard made with tailwindcss & alpinejs
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
pkg:composer/skowei/dashboard
Requires (Dev)
- skowei/ui: ^1.0.0
This package is auto-updated.
Last update: 2025-12-29 03:34:11 UTC
README
Currently Supported Versions
- Laravel Blades
- Vue
- React
How to install ?
1. Download package
composer require skowei/dashboard
2. Install Package
php artisan sk/dashboard:install
Package comes with basic routes, migration and seeder for included pages and aside functionality.
After installation Includedashboard.phpin yourweb.phpfile
anddashboardSeeder.phpto yourdatabaseSeeder.phpfile and runphp artisan migrate --seed
How to update?
1. Run
Composer Update
to update package to newest version if available
2. Update by deleting certain files and running
php artisan sk/dashboard:update
to copy their new version, or simply run
php artisan sk/dashboard:update --force
to override all files
Commands
-
php artisan sk/dashboard:install ver --force
- 'var' argument determine version of components (blade, vue, react). leave blank for blade components
- '--force' argument overrides existing files if they exists,
- by default installation command forces to override existing files
-
php artisan sk/dashboard:update ver --force
- 'var' argument determine version of components (blade, vue, react). leave blank for blade components
- '--force' argument overrides existing files if they exists,
- by default update command doesn't override but only copy files that doesn't exists