Laravel 10, Livewire 3, Breeze Template

A fresh installation of Laravel 10 with Breeze Authentication and Livewire 3. A frontend/backend split with roles as well as breadcrumb management and an SPA like feel using wire:navigate.

AR
Anthony Rappa
0 min read - 2,242 views -

Hi all!

Note: This is for sponsors only.

I threw together a small boilerplate project using Laravel 10, Livewire 3 beta, and Laravel Breeze for you to enjoy.

I added a client/admin split using spatie/permissions and breadcrumbs using tabuna/breadcrumbs. It also has Heroicons installed.

Do note there is currently one Livewire 3 issue effecting the layout: https://github.com/livewire/livewire/issues/5832

But that will hopefully be fixed soon, for now it works fine without it.

I added wire:navigate to give it an SPA like feel.

Hopefully this can save you a few hours on your next project!

View the Template

Read next

Introducing Laravel Authentication Log

Laravel Authentication Log is a package which tracks your user's authentication information such as login/logout time, IP, Browser, Location, etc. as well as sends out notifications via mail, slack, or sms for new devices and failed logins.

AR
1 min read - 9,589 views -