Looking to hire Laravel developers? Try LaraJobs

laravel-auth-ui maintained by larasnap

Description
Laravel Auth UI
Last update
2020/06/25 17:45 (dev-master)
License
Links
Downloads
923

Comments
comments powered by Disqus

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