Skip to content

gcavanunez/Larastarters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Larastarters

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

For current version 0.1, we support only Laravel Breeze. Laravel Jestream and Laravel UI are potentially in plans.

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 --theme=XXXXX (available themes 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

Available Themes

In the current version, there are 3 themes supported, all based on Tailwind, and tweaked for Tailwind v2 specifically.

Theme 1. Windmill.

Original HTML/CSS theme: windmillui.com

How to install:

php artisan larastarters:install --theme=windmill

Screenshots:

Register

Dashboard


Theme 2. Notus JS.

Original HTML/CSS theme: creative-tim.com

How to install:

php artisan larastarters:install --theme=notusjs

Screenshots:

Register

Dashboard


Theme 3. Tailwind Components.

Original HTML/CSS theme: github.com

How to install:

php artisan larastarters:install --theme=tailwindcomponents

Screenshots:

Register

Dashboard


More from our LaravelDaily Team

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Blade 77.4%
  • JavaScript 13.1%
  • PHP 9.4%
  • CSS 0.1%