fortify-uikit
fortify-uikit copied to clipboard
A UIkit preset for Laravel Fortify

Introduction
FortifyUIkit is a Laravel Fortify UI preset, built with UIkit.
- Requirements
- Installation
Requirements
This package requires FortifyUI. Please, install that first before installing FortifyUIkit.
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:uikit
This command will publish FortifyUIkits's views and resources to your project.
- All
authviews - a
webpack.mix.jsfile, tuned for UIkit - a
package.jsonfile, for required NPM modules - a slightly opinionated
.editorconfigfile - a
.gitignorefile - a new route for
user/profile

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