Zinq 0.11.2 Released
Posted on: March 25, 2025 by Matt
# Authentication Components/Layout
We’re excited to announce a brand-new addition to Zinq - fully-featured Authentication Components that let you build a complete authentication flow in minutes.
With just a single command, you can now scaffold everything you need for:
- User registration
- Login
- Password reset
- Email verification
# One Command Setup
Getting started couldn’t be easier. Run: php artisan zinq:install:auth
.
This will publish all necessary Livewire components and views directly into your application’s directory - giving you full transparency and total freedom to customize everything to fit your needs.
You can also selectively install only the parts you need:
--no-password
– skips password reset components--no-email-verification
– skips email verification components
Learn more at https://zinq.dev/docs/layouts/authentication
# Now Compatible with Laravel 12
This release also includes full support for Laravel 12, making Zinq a great fit for both new and existing projects.
Posts
Dive into Laravel guides, best practices, and tips to level up your development skills.
Changelog
Read about latest Zinq updates, including new features, changes, and version details.
Newsletter
Join other developers and never miss out on new tips, tutorials and Zinq updates!