zacksmash / fortify-uikit
Fortify-driven Laravel UI replacement
Installs: 483
Dependents: 0
Suggesters: 0
Security: 0
Stars: 17
Watchers: 2
Forks: 8
Open Issues: 0
Language:SCSS
Requires
- illuminate/contracts: ^8.0||^9.0
- zacksmash/fortify-ui: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.6
- orchestra/testbench: ^7.0
- phpunit/phpunit: ^9.5
- vimeo/psalm: ^4.20
README
Introduction
FortifyUIkit is a Laravel Fortify UI preset, built with UIkit.
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
auth
views - a
webpack.mix.js
file, tuned for UIkit - a
package.json
file, for required NPM modules - a slightly opinionated
.editorconfig
file - a
.gitignore
file - a new route for
user/profile
License
FortifyUIkit is open-sourced software licensed under the MIT license.