项目作者: jaynilsavani

项目描述 :
Laravel UI Frontend Preset for Voler with Laravel Fortify support.
高级语言: Blade
项目地址: git://github.com/jaynilsavani/laravel-ui-voler.git
创建时间: 2021-05-09T07:47:34Z
项目社区:https://github.com/jaynilsavani/laravel-ui-voler

开源协议:MIT License

下载


Laravel UI Voler

Total Downloads License

Laravel UI Frontend Preset for Voler with Laravel Fortify support.

Installation

Run a command for Laravel version 8,

  1. composer require jaynilsavani/laravel-ui-voler:1.1.0

Run a command for Laravel version 7,

  1. 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