leandromarcolin / Larastarters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Larastarters

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

Works only with the latest Laravel 9.

The package suggests to install Laravel Breeze (Tailwind) or Laravel UI (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 QuickAdminPanel.


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

Developing within a container

Internally this package runs several php artisan commands during the install process. This command may not work and the installation process hang if you are within a container. Alternatively, you may pass the --php_version flag to change this behaviour. For example: php artisan larastarters:install --php_version=./vendor/bin/sail.

Larastarters Install

Available Themes

In the current version, there are 9 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


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

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


More from our LaravelDaily Team

About

License:MIT License


Languages

Language:Blade 36.9%Language:SCSS 33.7%Language:Vue 19.0%Language:PHP 4.9%Language:CSS 3.2%Language:JavaScript 2.2%