woenel / fortify-uikit

A UIkit preset for Laravel Fortify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

FortifyUIkit is a Laravel Fortify UI preset, built with UIkit.

Requirements

This package requires Laravel Fortify and FortifyUI. Installing FortifyUI will automatically install and configure Laravel Fortify for you, so you may start there.

Installation

To get started, you'll need to install FortifyUIkit using Composer.

composer require zacksmash/fortify-uikit

Next, you'll need to run the install command:

php artisan fortify-ui:uikit

This command will publish FortifyUIkits's views and resources to your project.

  • All auth views
  • a webpack.mix.js file, tuned for UIkit
  • a package.json file, for required NPM modules
  • a slightly opioniated .editorconfig file
  • a .gitignore file
  • a new route for user/profile

License

FortifyUIkit is open-sourced software licensed under the MIT license.

About

A UIkit preset for Laravel Fortify

License:MIT License


Languages

Language:SCSS 77.4%Language:Blade 19.2%Language:PHP 2.5%Language:JavaScript 0.9%