LaraNotes
  • 😍Welcome
  • 🤑Usefull Packages
    • Laravel Auth Log
    • Artisan UI Package
    • VSCODE Extension
    • Livewire Power Grid
    • Migration Generator
    • Larastarters
    • Dumper
    • Mailwind
    • Laravel Security
    • API Orion
    • Squire
    • Bladewind ui
    • Pint
    • Hydra
    • Laravel Markable
    • Chartify
  • 😎Tips
    • Laravel Queues
      • Jobs and Queues 101
    • Pagination
    • Eager Loading
    • First Contributions
    • Laravel Best Practices
    • Laravel Sail
    • Laravel Examples
    • Twitter login with breeze api
    • Deploy Laravel App on AWS
  • 👨‍💻Editor
    • Maool
    • Tinkerun
    • KIT
    • PHPSandbox
    • Starship
    • Laravel Cheat Sheet
Powered by GitBook
On this page
  • Important
  • Usage
  • Available Themes
  • Pre-Installed Functions
  • Learn More
  1. Usefull Packages

Larastarters

PreviousMigration GeneratorNextDumper

Last updated 3 years ago

Package to install a regular Laravel Starter Kit with a non-regular different design theme.

The package suggests to install (Tailwind) or (Bootstrap) starter kit, and adds the chosen design theme on top.

Notice: if you want more functionality than just the Starter Kit, check our premium product .


Important

This package should be used immediately after installing Laravel. If you add any more functionality, like routes or controllers, they may get overridden by Larastarters.


Usage

  1. Install fresh Laravel project

  2. Run composer require laraveldaily/larastarters --dev

  3. Run php artisan larastarters:install - it will show a wizard to choose the starter kit and the theme (options are listed below)

  4. Run npm install && npm run dev

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

Larastarters Install

Available Themes

In the current version, there are 7 themes supported.

Tailwind Themes with Laravel Breeze

Notice: Tailwind themes are slightly tweaked to work on Tailwind v2.

Example screenshots from Windmill theme:

Bootstrap Themes with Laravel UI


Pre-Installed Functions

Along with the design themes, we add 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

Learn More

Register
Dashboard

- contributed by

Want more functions? Raise an issue with your suggestion, or check out our .

🤑
Windmill
Notus JS
Tailwind Components
Core UI - Bootstrap 5
AdminLTE - Bootstrap 4
Plainadmin - Bootstrap 5
Volt - Bootstrap 5
@knaazimkhan
QuickAdminPanel
Laravel Breeze
Laravel UI
QuickAdminPanel
GitHub - LaravelDaily/LarastartersGitHub
Logo