Skip to content

Appycodes/appydash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Tailwind Dashboard

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