PHPackages                             austencam/cable - 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. austencam/cable

ActiveLibrary

austencam/cable
===============

A Laravel Livewire authentication preset.

1.0.0(5y ago)27MITPHPPHP ^7.4

Since Oct 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/austenc/cable)[ Packagist](https://packagist.org/packages/austencam/cable)[ RSS](/packages/austencam-cable/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Cable
=====

[](#cable)

A Laravel Livewire authentication preset. As in, a bundle of wires. 🚠

**This is meant to be used for new projects, not existing ones.**

[![](cover.png)](cover.png)

Requirements
------------

[](#requirements)

- Laravel 8+
- PHP 7.4+

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

[](#installation)

To install the preset, simply require it via composer, and run the command.

```
composer require austencam/cable
php artisan cable:run
```

If you're really crazy, you can use add this alias to your `.zshrc` or `.bashrc` file:

```
function newapp() {
    composer create-project --prefer-dist laravel/laravel ${1:-newapp}
    cd ${1:-newapp}
    composer require austencam/cable
    php artisan cable:run
    cp .env.example .env
    php artisan key:generate
}
```

Then you can run `newapp your-app-name` to start a fresh laravel project with the preset.

Features
--------

[](#features)

- Removes minified `.js` and `.css` files from version control
- Boilerplate configured for Tailwind `1.x`, Alpine `2.x`, and Livewire `2.x`
- Blade components for `app` and `auth` layouts
- Livewire components
    - Login &amp; Logout
    - Register
    - Forgot Password (via email)
    - Profile
- Blade components
    - ``
    - ``
    - ``
    - ``
    - ``
- Tests included for all Livewire components

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

[](#contributing)

Find a bug? Have a feature suggestion? This project is open for contribution of ideas and bugfixes -- [create an issue](https://github.com/austenc/cable/issues/new)!

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

2049d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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