Skip to content

Latest commit

 

History

History
91 lines (57 loc) · 1.8 KB

README.md

File metadata and controls

91 lines (57 loc) · 1.8 KB

Laravel UI Voler

Total Downloads License

Laravel UI Frontend Preset for Voler with Laravel Fortify support.

Installation

Run a command for Laravel version 8,

composer require jaynilsavani/laravel-ui-voler:1.1.0

Run a command for Laravel version 7,

composer require jaynilsavani/laravel-ui-voler:1.2.0

Usage

Run a command,

To Generate a full authentication UI,

php artisan ui voler --auth

To Install just Voler theme assets,

php artisan ui voler

And then run,

npm install && npm run dev

Usage with Laravel Fortify (Laravel 8.x only)

This package also provides support for Laravel Fortify for authentication scaffolding.

Perform required steps to install Laravel Fortify.

Run a command,

php artisan ui voler-fortify --auth

And then run,

npm install && npm run dev

Or for production,

npm install && npm run prod

Screenshots

Login

alt text

Register

alt text

Reset Password

alt text

Forgot Password

alt text

Dashboard

alt text