PHPackages                             crazypanter28/laravel13-auth-starter - 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. crazypanter28/laravel13-auth-starter

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

crazypanter28/laravel13-auth-starter
====================================

Authentication starter for Laravel 13 — Fortify + Livewire + Tailwind/Bootstrap + OAuth + 2FA + Roles &amp; Permissions

v0.6.0(1mo ago)00MITBladePHP ^8.3

Since Jun 6Pushed 1mo agoCompare

[ Source](https://github.com/crazypanter28/laravel13-auth-starter)[ Packagist](https://packagist.org/packages/crazypanter28/laravel13-auth-starter)[ RSS](/packages/crazypanter28-laravel13-auth-starter/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (24)Versions (8)Used By (0)

laravel13-auth-starter
======================

[](#laravel13-auth-starter)

A minimal, ready-to-use authentication starter for Laravel 13 using Fortify, Livewire 3, and Tailwind CSS.

> **Honest note:** This starter uses Laravel Fortify as the auth engine. Once Laravel Breeze or Jetstream officially support Laravel 13, we'll evaluate migrating. PRs and issues are welcome.

---

Stack
-----

[](#stack)

- Laravel 13
- Laravel Fortify
- Livewire 3
- Tailwind CSS 4 (default)
- Bootstrap 5 (optional via wizard)
- Laravel Socialite (optional via wizard)
- Spatie Laravel Permission (optional via wizard)
- SQLite (default) — MySQL/PostgreSQL also supported

---

What's included
---------------

[](#whats-included)

FeatureVersionLogin, Registration, Forgot/Reset passwordv0.0.1OAuth — GitHub and Googlev0.2.0CSS framework selector (Tailwind, Bootstrap, None)v0.3.0Two-Factor Authentication (TOTP)v0.4.0Roles &amp; Permissions (Spatie)v0.5.0---

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

[](#requirements)

- PHP 8.2+
- Composer
- Node.js 18+

---

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

[](#installation)

```
composer create-project crazypanter28/laravel13-auth-starter my-project
cd my-project
php artisan auth:install
npm run build
php artisan serve
```

---

Getting started
---------------

[](#getting-started)

```
git clone https://gitlab.com/alonso.montiel/laravel13-auth-starter.git my-project
cd my-project
cp .env.example .env
composer install
npm install
php artisan key:generate
php artisan migrate
php artisan auth:install
npm run build
php artisan serve
```

Open  in your browser.

---

Wizard installer
----------------

[](#wizard-installer)

The `auth:install` command is a full setup wizard:

```
php artisan auth:install
```

It will ask you:

1. **CSS framework** — Tailwind CSS, Bootstrap, or None
2. **OAuth** — Enable GitHub and Google login
3. **2FA** — Enable Two-Factor Authentication (TOTP)
4. **Roles &amp; Permissions** — Enable Spatie roles (admin, user)

Everything is configured automatically based on your choices.

---

OAuth local development note
----------------------------

[](#oauth-local-development-note)

Google OAuth does not accept `.test` domains. For local testing use:

```
GOOGLE_REDIRECT_URI=http://127.0.0.1:80/auth/google/callback
```

Or use [ngrok](https://ngrok.com) to expose your local app with a public domain.

GitHub OAuth works fine with `.test` domains.

---

Switching to MySQL
------------------

[](#switching-to-mysql)

In your `.env` file, replace:

```
DB_CONNECTION=sqlite
```

With:

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_database
DB_USERNAME=your_username
DB_PASSWORD=your_password
```

Then run:

```
php artisan migrate:fresh
php artisan db:seed --class=RolesAndPermissionsSeeder
```

---

Testing email in local development
----------------------------------

[](#testing-email-in-local-development)

By default this starter uses the `log` driver for mail — no email server needed.

In your `.env` make sure you have:

```
MAIL_MAILER=log
```

After requesting a password reset, find the link in:

storage/logs/laravel.log

Search for `reset-password` — copy the full URL and paste it in your browser.

For production change `MAIL_MAILER` to `smtp`, `mailgun`, `ses`, or any driver Laravel supports.

---

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

[](#contributing)

PRs and issues are welcome. Please open an issue first to discuss what you'd like to change.

This project follows [Semantic Versioning](https://semver.org/).

---

License
-------

[](#license)

MIT

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance91

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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

Every ~1 days

Total

6

Last Release

46d ago

### Community

Maintainers

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

---

Top Contributors

[![alonsoMontiel](https://avatars.githubusercontent.com/u/93208154?v=4)](https://github.com/alonsoMontiel "alonsoMontiel (13 commits)")

---

Tags

2faauthenticationbootstrapfortifylaravellaravel13livewireoauthphpspatiestarter-kittailwindspatielaravelAuthentication2faoauthlivewiretailwindbootstrapstarter-kitfortifylaravel13

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/crazypanter28-laravel13-auth-starter/health.svg)

```
[![Health](https://phpackages.com/badges/crazypanter28-laravel13-auth-starter/health.svg)](https://phpackages.com/packages/crazypanter28-laravel13-auth-starter)
```

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)

PHPackages © 2026

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