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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. austencam/cable

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

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 3w 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 31% 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

2098d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/575421?v=4)[Austen Cameron](/maintainers/austenc)[@austenc](https://github.com/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)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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