Ready Laravel Admin Dashboard with Windmill Template
Laravel with Windmill Dashboard is a Laravel application that comes with a ready-to-use admin panel. It saves time by eliminating the need to add an admin template separately to your Laravel application. By cloning or downloading the repository and following the installation instructions, you can quickly get started with a Laravel application that already includes a dashboard using Tailwind CSS with Alpine.js. The theme also offers both dark and light themes and includes a ready authentication system using Laravel Breeze.
To install Laravel with Windmill Dashboard, follow these steps:
Clone the project:
git clone https://github.com/abdulbasit-dev/laravel-windmill-dashboard.git
Create a file named .env:
touch .env
Copy the content of .env.example to .env.
Set up your database connection in .env file.
Run composer install:
composer install
Generate the application key:
php artisan key:generate
Run database migrations and seed the database with dummy data:
php artisan migrate --seed
You are good to go! Start using Laravel with Windmill Dashboard for your application.
Laravel with Windmill Dashboard is a convenient solution for Laravel developers who want to add an admin panel to their applications without the hassle of integrating an admin template separately. With its ready-to-use features, including a pre-configured authentication system and customizable dark and light themes, it provides a streamlined experience for building Laravel applications. By following the simple installation guide, developers can quickly get started with this Laravel application and start utilizing the benefits of a dashboard built with Tailwind CSS and Alpine.js.