PHPackages                             cgnetwork/ease - 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. cgnetwork/ease

AbandonedLibrary[Framework](/categories/framework)

cgnetwork/ease
==============

Develop isolated Vue components lightning fast ⚡ in Laravel

v0.9.0(4y ago)28529MITVue

Since Feb 19Pushed 4y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (20)Used By (0)

> Due to resource constraints, this project has been abandoned. Please accept our apologies for any inconvenience.

Introduction
------------

[](#introduction)

Ever found yourself wanting to story your [Vue](https://vuejs.org/) components, but without the overhead from tools like [Storybook](https://storybook.js.org/)?
Laravel Ease provides a simple, yet powerful way to quickly develop, view, and gauge your Vue components - safely isolated from your application.

A Storybook alternative - but hold the steroids!

Quick and easy to set up, with familiar Laravel driven configuration, now makes Vue component development a cinch.

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

[](#installation)

```
composer require cgnetwork/ease --dev
```

After installing the package, you may execute the Artisan install command:

```
php artisan ease:install
```

The Artisan install command will:

- Add `ease` scripts to your project `package.json`
- Publish `EaseComponent.vue` to your project `resources/js/components`

Finally, to complete installation:

```
npm run ease:install
```

Usage
-----

[](#usage)

```
npm run ease
```

Running the `ease` script will start your `ease` server, which you can reach at the provided route `/ease`

Directory Structured Routing
----------------------------

[](#directory-structured-routing)

After installing the package, your project `resources/js/components` directory will have the provided `ease` example:

```
resources/js/components
  └── EaseComponent.vue

```

resulting in a route configuration:

```
[
  {
    path: '/ease/easecomponent',
    component: '/resources/js/components/EaseComponent.vue'
  }
]
```

placing your components front and center:

[![example.index.vue](https://raw.githubusercontent.com/cgnetwork/laravel-ease/master/docs/EaseComponent.png)](https://raw.githubusercontent.com/cgnetwork/laravel-ease/master/docs/EaseComponent.png)

Configuration
-------------

[](#configuration)

`ease` exposes environment variables useful for customisation:

```
EASE_NAME=Ease
EASE_SERVER_URL=http://localhost:3000
```

Pre-configured and ready to go out of the box, you can fully customize `ease` to your liking by publishing [ease.php](https://github.com/cgnetwork/laravel-ease/blob/master/config/ease.php) to your config directory:

```
php artisan ease:publish
```

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

[](#contributing)

Thank you for considering contributing to Laravel Ease! We welcome all pull requests.

License
-------

[](#license)

Laravel Ease is open-sourced software licensed under the [MIT license](https://github.com/cgnetwork/laravel-ease/blob/master/LICENSE).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

Total

19

Last Release

1823d ago

### Community

Maintainers

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

---

Tags

laravelvitevitejsvuelaravelvitevue

### Embed Badge

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

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

###  Alternatives

[cretueusebiu/laravel-nuxt

A Laravel-Nuxt starter project template.

1.1k6.3k](/packages/cretueusebiu-laravel-nuxt)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[toanld/modules-inertia

Relationship Vue/InertiaJs with modular structure Laravel-Modules

141.8k1](/packages/toanld-modules-inertia)

PHPackages © 2026

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