Laravel UI Frontend Preset for Voler with Laravel Fortify support.
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
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
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
Login
Register
Reset Password
Forgot Password
Dashboard