PHPackages                             laraquasar/laraquasar - 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. laraquasar/laraquasar

ActiveProject[Framework](/categories/framework)

laraquasar/laraquasar
=====================

The Laravel + Quasar Framework.

0.1.2(2y ago)60524↓100%7[5 issues](https://github.com/laraquasar/laraquasar/issues)MITPHPPHP ^8.1

Since Feb 16Pushed 1y ago2 watchersCompare

[ Source](https://github.com/laraquasar/laraquasar)[ Packagist](https://packagist.org/packages/laraquasar/laraquasar)[ RSS](/packages/laraquasar-laraquasar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (13)Versions (4)Used By (0)

LaraQuasar
==========

[](#laraquasar)

 [![Welcome Screen](https://private-user-images.githubusercontent.com/48933993/263437307-12f8c831-56c0-42f2-825c-1a23e72e1b6e.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU1Mzg0OTgsIm5iZiI6MTc3NTUzODE5OCwicGF0aCI6Ii80ODkzMzk5My8yNjM0MzczMDctMTJmOGM4MzEtNTZjMC00MmYyLTgyNWMtMWEyM2U3MmUxYjZlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA0MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNDA3VDA1MDMxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJhY2MwODE5ZjM0NTA0ZTM5YzRkYTVjOGQ1NGMyOWYyYjU2NGViMTVhOTEyYzI4YzhiZDI2Mzg2Zjg5MDM4OGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.NswDLGLKly4S-d3etr2OoTYb_YyW6_m2Oa0CIo9uRjg)](https://private-user-images.githubusercontent.com/48933993/263437307-12f8c831-56c0-42f2-825c-1a23e72e1b6e.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU1Mzg0OTgsIm5iZiI6MTc3NTUzODE5OCwicGF0aCI6Ii80ODkzMzk5My8yNjM0MzczMDctMTJmOGM4MzEtNTZjMC00MmYyLTgyNWMtMWEyM2U3MmUxYjZlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA0MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNDA3VDA1MDMxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJhY2MwODE5ZjM0NTA0ZTM5YzRkYTVjOGQ1NGMyOWYyYjU2NGViMTVhOTEyYzI4YzhiZDI2Mzg2Zjg5MDM4OGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.NswDLGLKly4S-d3etr2OoTYb_YyW6_m2Oa0CIo9uRjg)

A Laravel + Quasar Vue Framework as main frontend, using inertia.js and vite as the main foundation

Laraquasar is a Laravel template that use Quasar Framework and utilities for your Laravel project. With Laraquasar, you can quickly and easily integrate Quasar components into your Laravel.

Who is template for?
--------------------

[](#who-is-template-for)

Starting from my favorite using laravel as a backend and also quasar as the basic component of my application. I really do not like to waste time by making 2 backend and frontend projects. if you can combine it to the two why not

I am happy to hear the philosophy of being made inertia.js

And I'm glad I could make this 😁

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

[](#installation)

```
composer create-project laraquasar/laraquasar
```

Install all node\_modules packages using the package manager that you like, here I recommend using PNPM

```
cd laraquasar
pnpm install
```

Usage
-----

[](#usage)

### Dev

[](#dev)

Open 2 terminals, one to run a laravel and one to run Vite

```
 php artisan serve
```

```
 pnpm dev
```

### Production

[](#production)

build all frontend using

```
pnpm build
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity46

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

Every ~244 days

Total

2

Last Release

938d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c51931b3cc163fc8ad1b66a1975584fd96861dfd6656eaf24b80b1b1c6c7d65c?d=identicon)[mohamad-supangat](/maintainers/mohamad-supangat)

---

Top Contributors

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

---

Tags

frontendinertiajsjsframeworklaravellaravel-templatelaravel-uilaravel10quasar-frameworkvitevuevuejsframeworklaravelviteinertiajsSPAquasar

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/laraquasar-laraquasar/health.svg)

```
[![Health](https://phpackages.com/badges/laraquasar-laraquasar/health.svg)](https://phpackages.com/packages/laraquasar-laraquasar)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)

PHPackages © 2026

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