PHPackages                             cinnoc/laravel-vuetify-starter-kit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. cinnoc/laravel-vuetify-starter-kit

ActiveProject[Framework](/categories/framework)

cinnoc/laravel-vuetify-starter-kit
==================================

The skeleton application for the Laravel &amp; Vuetify.

v1.0.0(5mo ago)22MITVuePHP ^8.2CI passing

Since Nov 24Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/Cinnoc/laravel-vuetify-starter-kit)[ Packagist](https://packagist.org/packages/cinnoc/laravel-vuetify-starter-kit)[ RSS](/packages/cinnoc-laravel-vuetify-starter-kit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (12)Versions (3)Used By (0)

Laravel Vuetify Starter Kit
===========================

[](#laravel-vuetify-starter-kit)

A **feature‑rich** starter kit that combines the power of **Laravel** with the elegance of **Vuetify** (Vue 3). It provides a solid foundation for building modern, responsive, and beautifully designed web applications with a seamless developer experience. This is a community‑maintained Laravel starter kit; see the official Laravel starter kit documentation for more details.

---

Features
--------

[](#features)

- **Laravel 12**
- **Vuetify 3**
- **Vue 3**
- Ready‑to‑use **dark mode** and **responsive layout**.

---

Prerequisites
-------------

[](#prerequisites)

Make sure you have the following installed on your machine:

- **PHP &gt;= 8.2**
- **Composer**
- **Node.js &gt;= 20** (with npm or Yarn)
- **Laravel Installer** (optional, but handy)

---

Installation
------------

[](#installation)

### Option 1: Using Laravel Installer (Recommended)

[](#option-1-using-laravel-installer-recommended)

```
laravel new my-app --using=cinnoc/laravel-vuetify-starter-kit
cd my-app
php artisan serve
```

The application will be available at `http://127.0.0.1:8000`.

### Option 2: Clone the Repository

[](#option-2-clone-the-repository)

```
# Clone the repository
git clone https://github.com/chibyk101/laravel-vuetify-starter-kit.git
cd laravel-vuetify-starter-kit

# Install PHP dependencies
composer install

# Install Node dependencies
npm install   # or `yarn`

# Copy environment file and generate app key
cp .env.example .env
php artisan key:generate

# Run migrations (optional – set up your DB first)
php artisan migrate

# Build assets and start the dev server
npm run dev   # Vite dev server
php artisan serve   # Laravel dev server (http://127.0.0.1:8000)
```

The application will be available at `http://localhost:8000`.

---

Usage
-----

[](#usage)

- **Authentication** – Register, login, password reset, and two‑factor authentication are already wired up.
- **Vuetify components** – All components are auto‑imported; use kebab‑case tags directly in your `.vue` files.

---

Contributing
------------

[](#contributing)

Contributions are welcome! Please follow these steps:

1. Fork the repository.
2. Create a feature branch (`git checkout -b feature/awesome-feature`).
3. Ensure code passes linting (`npm run lint`).
4. Submit a Pull Request with a clear description of changes.

---

License
-------

[](#license)

This project is open‑source and available under the **MIT License**.

---

Screenshots
-----------

[](#screenshots)

### Register Page

[](#register-page)

[![Register Page](https://github.com/user-attachments/assets/78d61632-83d7-46a5-a884-f49eb7ec7ae7)](https://github.com/user-attachments/assets/78d61632-83d7-46a5-a884-f49eb7ec7ae7)

### Login

[](#login)

[![Login](https://github.com/user-attachments/assets/c127115d-6743-44e1-9300-b70d26315aab)](https://github.com/user-attachments/assets/c127115d-6743-44e1-9300-b70d26315aab)

### Dark Mode Dashboard

[](#dark-mode-dashboard)

[![Dark Mode Dashboard](https://github.com/user-attachments/assets/847d4fe5-c965-49b5-842c-fbc9429b7566)](https://github.com/user-attachments/assets/847d4fe5-c965-49b5-842c-fbc9429b7566)

### Settings Page

[](#settings-page)

[![Settings Page](https://github.com/user-attachments/assets/f317356a-aa01-48ca-a7be-0d5d4aea916b)](https://github.com/user-attachments/assets/f317356a-aa01-48ca-a7be-0d5d4aea916b)

### Light Mode Dashboard

[](#light-mode-dashboard)

[![Light Mode Dashboard](https://github.com/user-attachments/assets/08bb0d6d-dd30-4e52-8561-e742af1078fb)](https://github.com/user-attachments/assets/08bb0d6d-dd30-4e52-8561-e742af1078fb)

### Authentication Code

[](#authentication-code)

[![Authentication Code](https://github.com/user-attachments/assets/38bf3470-1274-4090-b7dc-c4c79ef832ac)](https://github.com/user-attachments/assets/38bf3470-1274-4090-b7dc-c4c79ef832ac)

Acknowledgements
----------------

[](#acknowledgements)

- **Laravel** –
- **Vuetify** –
- **Vue 3** –

---

*Happy coding!*

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance70

Regular maintenance activity

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

169d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/28ab65b374e6cd90455896ad298b98fcba233ff8d5726f4135a87c40ca70ceb9?d=identicon)[cinnoc](/maintainers/cinnoc)

---

Top Contributors

[![chibyk101](https://avatars.githubusercontent.com/u/37254508?v=4)](https://github.com/chibyk101 "chibyk101 (30 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/cinnoc-laravel-vuetify-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/cinnoc-laravel-vuetify-starter-kit/health.svg)](https://phpackages.com/packages/cinnoc-laravel-vuetify-starter-kit)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
