| Package Data | |
|---|---|
| Maintainer Username: | Laraveldaily |
| Maintainer Contact: | povilas@laraveldaily.com (Povilas Korop) |
| Package Create Date: | 2021-10-24 |
| Package Last Update: | 2024-03-18 |
| Language: | SCSS |
| License: | MIT |
| Last Refreshed: | 2025-11-02 15:16:50 |
| Package Statistics | |
|---|---|
| Total Downloads: | 122,994 |
| Monthly Downloads: | 1,848 |
| Daily Downloads: | 31 |
| Total Stars: | 781 |
| Total Watchers: | 24 |
| Total Forks: | 141 |
| Total Open Issues: | 0 |
Larastarters installs a regular Laravel Starter Kit and complements it with a Design Theme.
The package supports:
Laravel Breeze (Tailwind)
Laravel UI (Bootstrap) starter kit.
❗ IMPORTANT: This package must be used in a NEW Laravel project. Existing project functionalities, such as routes or controllers, may be overridden by Larastarters.
Along with the Design Themes, Larastarters adds a few features that are typical for almost any project:
🔥 Notice: Check out our premium product QuickAdminPanel for more functionalities and extended features.
Larastarters requires PHP 8.2+ and Laravel 11+.
Create a new Laravel project.
Require Larastarters as a dev dependency, run:
composer require laraveldaily/larastarters --dev
Configure Larastarters, run the command below:
php artisan larastarters:install
Choose your preferred starter kit and Design Theme.

That's it! You have Laravel Auth starter, just visit the home page and click Log in / Register.
Internally, this package runs several php artisan commands during the installation process.
If you are developing with a container, like Laravel Sail or Docker, you can pass the --php_version flag to change this behaviour and avoid problems in the installation process:
php artisan larastarters:install --php_version=./vendor/bin/sail`.
In the current version, there are 7 themes supported.
Tailwind Themes with Laravel Breeze
Example screenshots from Windmill theme:


Bootstrap Themes with Laravel UI