appycodes/appydash

A dashboard generator for Laravel using tailwind Breeze and alpinejs

Maintainers

Package info

github.com/Appycodes/appydash

Language:Blade

pkg:composer/appycodes/appydash

Statistics

Installs: 23

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.3 2023-06-27 12:08 UTC

This package is auto-updated.

Last update: 2026-02-28 13:51:12 UTC


README

A dashboard generator for Laravel using tailwind Breeze and alpinejs

Appydash requires PHP 8+ and Laravel 9+.

  1. Create a new Laravel project.

  2. Require Larastarters as a dev dependency, run:

    composer require appycodes/appydash --dev
  3. Configure Larastarters, run the command below:

    php artisan appydash:install
  4. Compile the project assets, run:

    npm install && npm run dev

Acknowledgements

Authors

Tech Stack

Client: HTML, Blade, Css, TailwindCSS, AlpineJs