PHPackages                             quarc/vue-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. quarc/vue-starter-kit

ActiveProject[Framework](/categories/framework)

quarc/vue-starter-kit
=====================

Quarc Starter Kit - A modern Laravel application starter kit with Vue 3, Inertia.js, and Tailwind CSS.

v0.1.0(3mo ago)01MITVuePHP ^8.2CI passing

Since Feb 1Pushed 3mo agoCompare

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

READMEChangelogDependencies (17)Versions (2)Used By (0)

 [![Vue Starter Kit Logo](docs/images/logo.svg)](docs/images/logo.svg)

Quarc Starter Kit
=================

[](#quarc-starter-kit)

**Quarc** is a modern **Starter Kit** with a **Vue.js** frontend and **Laravel** backend for developing web applications quickly.

[![Quarc Starter Kit Preview](docs/images/screenshots/quarc-welcome.png)](docs/images/screenshots/quarc-welcome.png)

Core Stack
----------

[](#core-stack)

- **Laravel**: Powerful backend framework.
- **Vue.js**: Modern frontend.
- **Inertia.js**: For seamless integration of Vue and Laravel (monolith).
- **Tailwind CSS**: Utility-first CSS framework.

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

[](#installation)

Note

Before creating your first Quarc project, ensure that your local machine has [PHP](https://php.net) and [Node.js](https://nodejs.org) installed.

You may install the starter kit via the Laravel installer:

```
laravel new my-app --using=quarc/vue-starter-kit
```

Alternatively, you may clone the repository manually:

```
git clone https://github.com/quarc/vue-starter-kit.git my-app
cd my-app
```

### Post-Installation

[](#post-installation)

Once the project is installed, install the dependencies and configure the environment:

```
composer install
npm install
cp .env.example .env
php artisan key:generate
```

### Database &amp; Migration

[](#database--migration)

Quarc is configured to use SQLite by default. Ensure the database file exists and run migrations:

```
touch database/database.sqlite
php artisan migrate --seed
```

### Start Local Server

[](#start-local-server)

To start the development server, you may run the following command:

```
npm run dev
```

In a separate terminal, start the Laravel server:

```
php artisan serve
```

Key Features
------------

[](#key-features)

- **Authentication**: Laravel Fortify with custom UI.
- **Internationalization**: Gemini AI powered translation management.
- **Notifications**: Real-time notifications with archive support.
- **Settings**: Comprehensive user settings page.

Documentation
-------------

[](#documentation)

- [Detailed Feature Overview](docs/quarc-overview.md)

License
-------

[](#license)

The Quarc Starter Kit is open-sourced software licensed under the [MIT license](LICENSE).

Status
------

[](#status)

🚧 **Project under development**

---

*Designed with developers in mind.*

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance81

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

106d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bb89dcb20d9283445d8658502698bea1e3bc3e87b740371926a1114d9beb29fa?d=identicon)[sangezar](/maintainers/sangezar)

---

Top Contributors

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

---

Tags

frameworklaraveltypescripttailwindinertiastarter-kitvuevue3quarc

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/quarc-vue-starter-kit/health.svg)

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

PHPackages © 2026

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