larasnap / laravel-auth-ui
Laravel Auth UI
Installs: 547
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
This package is auto-updated.
Last update: 2024-10-26 01:37:02 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 &
Cd
to your Laravel app - Type in your terminal:
composer require laravel/ui
andphp 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-ui
command 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/