Apps (Coming Soon) 06 / 32
Getting Started
An introduction to DevDojo Auth — a drop-in composer package that adds customizable authentication screens to your Laravel application.
DevDojo Auth is an open-source composer package that adds customizable authentication screens to your Laravel application. Just drop it in, and you're ready to go!
Quick Start
After installation, visit /auth/setup to customize your authentication appearance and functionality.

You'll also be able to visit all of the Authentication Pages.
Why use it?
Below are a few problems this package aims to solve, and how it solves them.
Problem: Managing multiple auth systems. Managing multiple authentication systems across several Laravel apps is tedious and error-prone.
Solution: One package to rule them all. Use a single authentication solution for effortless updates and consistent security.
Problem: A broken signup process. You write code, it accidentally breaks the authentication, and users cannot access your app.
Solution: Fully tested authentication. You write code, and the package's GitHub CI action runs, ensuring authentication is fully functional.
Problem: Time consuming. Updating authentication functionality wastes valuable development time.
Solution: Time-saving. Use this package to easily make updates to your authentication in seconds.
Problem: Poor user experience. Authentication pages can be boring, or too busy, resulting in a poor user experience.
Solution: Beautiful user experience. DevDojo Auth provides a beautiful and seamless authentication experience.
How to use it?
DevDojo Auth works with any new Laravel application, and it also works with the many available Laravel starter kits. Read on to learn more about installing this package in your application.