appycodes/appydash

A dashboard generator for Laravel using tailwind Breeze and alpinejs

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

0.0.3 2023-06-27 12:08 UTC

This package is auto-updated.

Last update: 2024-10-28 10:52:55 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