Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Larastarters Laravel Package

laraveldaily/larastarters

Larastarters installs a Laravel starter kit (Breeze Tailwind or Laravel UI Bootstrap) plus ready-made design themes. Adds common app features like profile management, users list table, sample static page, and a two-level sidebar menu. For new projects only.

View on GitHub
Deep Wiki
Context7

Larastarters

Larastarters installs a regular Laravel Starter Kit and complements it with a Design Theme.

The package supports:

IMPORTANT: This package must be used in a NEW Laravel project. Existing project functionalities, such as routes or controllers, may be overridden by Larastarters.


Features

Along with the Design Themes, Larastarters adds a few features that are typical for almost any project:

  • Profile management form to change name/email/password
  • A sample table of Users list
  • A sample static text page
  • Two-level menu on the sidebar

🔥 Notice: Check out our premium product QuickAdminPanel for more functionalities and extended features.

Get Started

Larastarters requires PHP 8.2+ and Laravel 11+.

  1. Create a new Laravel project.

  2. Require Larastarters as a dev dependency, run:

    composer require laraveldaily/larastarters --dev
    
  3. Configure Larastarters, run the command below:

    php artisan larastarters:install
    

    Choose your preferred starter kit and Design Theme.

    Larastarters Install

  4. That's it! You have Laravel Auth starter, just visit the home page and click Log in / Register.

Developing within a container

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`.

Available Themes

In the current version, there are 7 themes supported.

Tailwind Themes with Laravel Breeze

Example screenshots from Windmill theme:

Register

Dashboard

Bootstrap Themes with Laravel UI


More from our LaravelDaily Team

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport
twbs/bootstrap4
php-http/client-implementation
phpcr/phpcr-implementation
cucumber/gherkin-monorepo
haydenpierce/class-finder
psr/simple-cache-implementation