PHPackages                             bastinald/laravel-livewire-ui - 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. bastinald/laravel-livewire-ui

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

bastinald/laravel-livewire-ui
=============================

Laravel Livewire UI &amp; auth starter kit.

3.1.2(4y ago)10285716[2 issues](https://github.com/bastinald/laravel-livewire-ui/issues)MITPHP

Since Jun 5Pushed 2y ago5 watchersCompare

[ Source](https://github.com/bastinald/laravel-livewire-ui)[ Packagist](https://packagist.org/packages/bastinald/laravel-livewire-ui)[ Docs](https://github.com/bastinald/laravel-livewire-ui)[ RSS](/packages/bastinald-laravel-livewire-ui/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (5)Versions (63)Used By (0)

Laravel Livewire Ui
===================

[](#laravel-livewire-ui)

This package will create UI &amp; auth scaffolding for your next Laravel project through a single command. It does so using Laravel Livewire &amp; Bootstrap 5. Think of it as a minimal, modernized version of the old Laravel UI package. This is ideal for people who prefer Bootstrap over Tailwind, and don't need all the extra's that come with Jetstream.

Documentation
-------------

[](#documentation)

- [Requirements](#requirements)
- [Packages Used](#packages-used)
- [Installation](#installation)
- [Commands](#commands)
    - [Making UI](#making-ui)
    - [Making Auth](#making-auth)
- [Publishing Stubs](#publishing-stubs)

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

[](#requirements)

- A server with Laravel 8 support
- NPM installed on the dev machine

Packages Used
-------------

[](#packages-used)

The following packages are used by this package, so you may want to become familiar with them:

- [Laravel Automatic Migrations](https://github.com/bastinald/laravel-automatic-migrations)
- [Laravel Livewire Routes](https://github.com/bastinald/laravel-livewire-routes)
- [Honey](https://github.com/lukeraymonddowning/honey)

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

[](#installation)

This package was designed to work with new Laravel projects.

Make a Laravel project via Valet, Docker, or whatever you prefer:

```
laravel new my-project
```

Configure your `.env` APP, DB, and MAIL values:

```
APP_*
DB_*
MAIL_*
```

Require the package via composer:

```
composer require bastinald/laravel-livewire-ui
```

Make UI scaffolding:

```
php artisan make:ui
```

Or, make UI scaffolding including auth:

```
php artisan make:ui -a
```

Commands
--------

[](#commands)

### Making UI

[](#making-ui)

Make UI scaffolding including the layouts, assets, NPM config, etc.:

```
php artisan make:ui {--a|--auth} {--force}
```

Use the `-a` option to make auth at the same time.

### Making Auth

[](#making-auth)

Make auth scaffolding including login, register, password resets, etc.:

```
php artisan make:auth {--force}
```

Only run this command after making UI if you did not use the `-a` option.

### Clearing the Log

[](#clearing-the-log)

Delete the `laravel.log` file:

```
php artisan log:clear
```

Publishing Stubs
----------------

[](#publishing-stubs)

Use your own UI &amp; auth stubs by publishing package files:

```
php artisan vendor:publish --tag=laravel-livewire-ui
```

Update the `stub_path` in `config/laravel-livewire-ui.php`:

```
'stub_path' => resource_path('stubs/vendor/laravel-livewire-ui'),
```

Now edit the stub files inside `resources/stubs/vendor/laravel-livewire-ui`. The commands will now use these stub files to make UI &amp; auth.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community13

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

Total

62

Last Release

1703d ago

Major Versions

1.0.2 → 2.0.02021-07-01

2.6.1 → 3.0.02021-09-10

### Community

Maintainers

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

---

Top Contributors

[![bastinald](https://avatars.githubusercontent.com/u/82109804?v=4)](https://github.com/bastinald "bastinald (62 commits)")

---

Tags

authbootstrapcommandscrudgeneratorlaravellaravel-livewirelivewirepackagephpscaffoldingui

### Embed Badge

![Health badge](/badges/bastinald-laravel-livewire-ui/health.svg)

```
[![Health](https://phpackages.com/badges/bastinald-laravel-livewire-ui/health.svg)](https://phpackages.com/packages/bastinald-laravel-livewire-ui)
```

###  Alternatives

[lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

2.3k16.4M48](/packages/lab404-laravel-impersonate)[santigarcor/laratrust

This package provides a flexible way to add Role-based Permissions to Laravel

2.3k5.4M43](/packages/santigarcor-laratrust)[overtrue/laravel-follow

User follow unfollow system for Laravel.

1.2k404.7k5](/packages/overtrue-laravel-follow)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)

PHPackages © 2026

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