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)615447[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 yesterday

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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Nzk3MTE2NjQsIm5iZiI6MTc3OTcxMTM2NCwicGF0aCI6Ii80ODkzMzk5My8yNjM0MzczMDctMTJmOGM4MzEtNTZjMC00MmYyLTgyNWMtMWEyM2U3MmUxYjZlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA1MjUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNTI1VDEyMTYwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ4NjU0ZTlkMTVmNDRlMWQxYjY4NDc2NWRiNjkyNTBkZjBmYjc2OTNiNTEwMTlhMzkwYzRjYjk5MmU3ZmM5NjImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.AaCniVM_tBHrJsDBeTMGiiVPF4Aw3-g3jDB5L4CrkPA)](https://private-user-images.githubusercontent.com/48933993/263437307-12f8c831-56c0-42f2-825c-1a23e72e1b6e.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Nzk3MTE2NjQsIm5iZiI6MTc3OTcxMTM2NCwicGF0aCI6Ii80ODkzMzk5My8yNjM0MzczMDctMTJmOGM4MzEtNTZjMC00MmYyLTgyNWMtMWEyM2U3MmUxYjZlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA1MjUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNTI1VDEyMTYwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ4NjU0ZTlkMTVmNDRlMWQxYjY4NDc2NWRiNjkyNTBkZjBmYjc2OTNiNTEwMTlhMzkwYzRjYjk5MmU3ZmM5NjImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.AaCniVM_tBHrJsDBeTMGiiVPF4Aw3-g3jDB5L4CrkPA)

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 62% of packages

Maintenance25

Infrequent updates — may be unmaintained

Popularity29

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

989d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/48933993?v=4)[Mohmad Supangat](/maintainers/mohamad-supangat)[@mohamad-supangat](https://github.com/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

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

23.2k33.6k1](/packages/krayin-laravel-crm)[code16/sharp

Laravel Content Management Framework

79164.7k8](/packages/code16-sharp)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3891.8k](/packages/codewithdennis-larament)

PHPackages © 2026

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