This package provides a ready-to-use authentication system for Laravel applications.
DevDojo Auth offers a plug-and-play solution for common user authentication tasks in Laravel. Developers can install it via `composer require devdojo/auth`, then publish necessary assets and migrations using `php artisan vendor:publish --tag=auth:...` commands. It provides standard routes for login, registration, and password management.
This package provides a ready-to-use authentication system for Laravel applications.
Laravel developers looking for a quick and simple way to integrate core authentication features into their projects.