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

dev-main 2021-08-03 17:19 UTC

This package is auto-updated.

Last update: 2024-05-29 05:02:38 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 Include dashboard.php in your web.php file
and dashboardSeeder.php to your databaseSeeder.php file and run php 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