PHPackages                             redbastie/larawire - 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. [Admin Panels](/categories/admin)
4. /
5. redbastie/larawire

ActiveLibrary[Admin Panels](/categories/admin)

redbastie/larawire
==================

Laravel + Livewire + Bootstrap auth UI &amp; CRUD scaffolding.

1.8.6(5y ago)213424MITPHP

Since Dec 6Pushed 5y ago5 watchersCompare

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

READMEChangelogDependencies (6)Versions (42)Used By (0)

NO LONGER MAINTAINED
====================

[](#no-longer-maintained)

This package is no longer maintained. Please consider my latest package here:

---

Larawire
========

[](#larawire)

Laravel + Livewire + Bootstrap auth UI &amp; CRUD scaffolding.

Requirements:

- Laravel 8
- NPM

Features include:

- auth UI &amp; CRUD scaffolding
- automatic routing &amp; migrations
- user profile, timezones, &amp; CRUD
- infinite scrolling &amp; reCAPTCHA
- &amp; more

Links:

- Tutorial: [YouTube Video](https://www.youtube.com/watch?v=Tr_r3dFEDi0)
- Support: [GitHub Issues](https://github.com/redbastie/larawire/issues)
- Contribute: [GitHub Pulls](https://github.com/redbastie/larawire/pulls)
- Donate: [PayPal](https://www.paypal.com/paypalme2/kjjdion)

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

[](#installation)

Install Laravel:

```
laravel new {app}

```

Configure the `.env` app, database, &amp; mail variables:

```
APP_*
DB_*
MAIL_*

```

Install Larawire via composer:

```
composer require redbastie/larawire

```

Now you can run the `make:auth` command to generate auth UI scaffolding.

Commands
--------

[](#commands)

Generate auth UI scaffolding:

```
php artisan make:auth

```

Now you can visit your app URL and login using `user@example.com:password`.
This user was created via the `DatabaseSeeder` during auth scaffolding.

---

Generate CRUD scaffolding:

```
php artisan make:crud {model}

```

Remember to update the new model migrations, definitions, and CRUD rules.
Then run the `migrate:auto` command afterwards.

---

Run automatic migrations:

```
php artisan migrate:auto {--fresh} {--seed}

```

This automatically diffs the database via doctrine using model `migration` methods.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Total

41

Last Release

1946d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/64050101?v=4)[redbastie](/maintainers/redbastie)[@redbastie](https://github.com/redbastie)

---

Top Contributors

[![redbastie](https://avatars.githubusercontent.com/u/64050101?v=4)](https://github.com/redbastie "redbastie (43 commits)")

### Embed Badge

![Health badge](/badges/redbastie-larawire/health.svg)

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.4M207](/packages/backpack-crud)[laravelrus/sleepingowl

Administrative interface builder for Laravel.

810219.6k3](/packages/laravelrus-sleepingowl)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)

PHPackages © 2026

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