PHPackages                             quasar/core - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. quasar/core

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

quasar/core
===========

Quasar Core package

v1.0.20(6y ago)01302PHPPHP ^7.3

Since Jan 26Pushed 6y ago2 watchersCompare

[ Source](https://github.com/syscover/quasar-core)[ Packagist](https://packagist.org/packages/quasar/core)[ RSS](/packages/quasar-core/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (5)Versions (22)Used By (2)

Quasar Core App for Laravel
===========================

[](#quasar-core-app-for-laravel)

[![Total Downloads](https://camo.githubusercontent.com/0ece8466c6e12c3721ff487862f20b4cc8840d7378d1c849b43db3af3305d79c/68747470733a2f2f706f7365722e707567782e6f72672f7175617361722f636f72652f646f776e6c6f616473)](https://packagist.org/packages/quasar/core)[![Latest Stable Version](https://camo.githubusercontent.com/68b6df754b112d3a0ad34f189bd6ff00994a40cf4d2064ec79a3bf338aa265b0/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f737973636f7665722f7175617361722d636f72652e737667)](https://packagist.org/packages/quasar/core)

Quasar is a application that generates a control panel where you can create custom solutions.

---

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

[](#installation)

**1 -To avoid conflicts we will eliminate the default migrations of laravel, from root directory**

```
rm -rf database/migrations/*

```

**2 - After install Laravel framework, execute on console:**

```
composer require quasar/core

```

**3 - Execute publish command**

```
php artisan vendor:publish --provider="Quasar\Core\CoreServiceProvider"

```

**4 - create link to storage folder**

```
php artisan storage:link

```

Tips
----

[](#tips)

**1 - Don't forget config environment variables database**

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=

```

**1 - Don't forget to register CORS in your server, the following example is for apache server**

```
Header add Access-Control-Allow-Origin "*"
Header add Access-Control-Allow-Headers "authorization, origin, x-requested-with, content-type"
Header add Access-Control-Expose-Headers "authorization"
Header add Access-Control-Allow-Methods "PUT, GET, POST, DELETE, OPTIONS"

```

**2 - You may need to extend both the PHP memory on your server as well as the upload limit**

```
php_value post_max_size 1000M
php_value upload_max_filesize 1000M
php_value memory_limit 256M

```

**3 - Testing**To run laravel testing

```
./vendor/bin/phpunit vendor/quasar/core

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

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 ~4 days

Recently: every ~14 days

Total

21

Last Release

2212d ago

PHP version history (2 changes)V1.0.0PHP ^7.2

v1.0.4PHP ^7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/70d93b133cd1355362a7c2b51a70734409a16402e670ba5c9912d0bb05c6df3f?d=identicon)[carlospalacin](/maintainers/carlospalacin)

---

Tags

laravelcoreintranetpulsarsyscoverquasarnimbl

### Embed Badge

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

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

###  Alternatives

[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[syscover/shopping-cart

Shopping Cart package

299.1k1](/packages/syscover-shopping-cart)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)

PHPackages © 2026

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