Skip to content

xwiz/laravel-windmill-dashboard

 
 

Repository files navigation

Laravel with Windmill dashboard

laravel application with ready admin panel

  • no need for wasting time for adding an admin template in your laravel application,
    clone or download this repo, and folow the install istruction
  • it use tailwindcss with alphin.js
  • dark/light theme
  • ready authentication(laravel/breeze) system out of box

Usage

  1. clone the project git clone https://github.com/abdulbasit-dev/laravel-windmill-dashboard.git
  2. create a file with name .env touch .env
  3. copy content of .env.example to .env
  4. set up your database connection in .env
  5. run composer install
  6. generate app key php artisan key:generate
  7. run php artisan migrate --seed (note --seed will fill the database with dummy data)
  8. your are good to go 😊

Images

  • dark theme
  • dark them


  • light theme
  • light them

    About

    ready laravel admin template

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages

    • Blade 69.1%
    • PHP 30.6%
    • Shell 0.3%