larasnap / laravel-auth-ui
Laravel Auth UI
Installs: 849
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
pkg:composer/larasnap/laravel-auth-ui
This package is auto-updated.
Last update: 2025-10-26 04:07:00 UTC
README
Note
We recommend installing this package on a project that you are starting from scratch, otherwise your project's design might break.
Installation
After initializing a fresh instance of Laravel (and making all the necessary configurations), install the auth UI using by below steps
- Open your Terminal &
Cdto your Laravel app - Type in your terminal:
composer require laravel/uiandphp artisan ui vue --auth - Install this auth UI via
composer require larasnap/laravel-auth-ui. No need to register the service provider. Laravel 5.5 & up can auto detect the package. - Run
php artisan ui larasnap-auth-uicommand to install the auth UI. This will install all the necessary assets and also the custom auth views. - In your terminal run
composer dump-autoload.
To preset the admin dashboard, use larasnap/laravel-admin composer package. Admin Dashboard Documentation https://karthicksivakumar191194.github.io/larasnap/