ikoncoder/ikonstarter

Laravel Starter Kits with extra functions

dev-master 2021-11-13 10:55 UTC

This package is auto-updated.

Last update: 2024-06-12 23:30:27 UTC


README

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

The package suggest to install Laravel Breeze (Tailwind) or Laravel UI (Bootstrap) starter kit, and adds a design theme on top.

Notice:

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 ikoncoder/ikonstarter --dev
  3. Run php artisan 2. Run composer require ikoncoder/ikonstarter --dev :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

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

More from our LaravelDaily Team