Looking to hire Laravel developers? Try LaraJobs

laravel-ui-voler maintained by jaynilsavani

Description
Laravel UI Preset for Voler theme.
Author
Last update
2022/01/24 18:16 (dev-master)
License
Links
Downloads
72
Tags

Comments
comments powered by Disqus

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