Skip to content

karthicksivakumar191194/laravel-auth-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LaraSnap Auth UI

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

  1. Open your Terminal & Cd to your Laravel app
  2. Type in your terminal: composer require laravel/ui and php artisan ui vue --auth
  3. 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.
  4. 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.
  5. 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/

Screen shots

LaraSnap Login

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published