Skip to content

knaazimkhan/Larastarters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Larastarters

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

For current version 0.2, we support Laravel Breeze and Laravel UI starter kits.

Laravel Jetstream is not in plans at the moment.

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 6 themes supported.

Tailwind Themes with Laravel Breeze

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

Example screenshots from Windmill theme:

Register

Dashboard

Bootstrap Themes with Laravel UI


More from our LaravelDaily Team

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 48.8%
  • Blade 39.1%
  • PHP 4.9%
  • CSS 4.7%
  • JavaScript 2.5%