Fokit is a Laravel Fortify UI preset, built with UIkit with a slight opinionative modern touch.
This package requires FortifyUI. Please, install that first before installing Fokit.
To get started, you'll need to install Fokit using Composer.
composer require bonge-ian/fokitNext, you'll need to run the install command:
If you use Laravel Mix then you will need to run this:
php artisan fortify:fokitIf you use Vite powered by Laravel's vite plugin the you will need to run this:
php artisan fortify:fokit --viteThis command will publish Fokit's views and resources to your project.
- All
authviews - a
BladeComponentServiceProvider.phpfile - a
webpack.mix.jsorvite.config.jsfile, tuned for UIkit, depending on which option you chose above - a
package.jsonfile, for required NPM modules - a slightly opinionated
.editorconfigfile - a
.gitignorefile - a new route for
user/profile - register
App\Providers\BladeComponentServiceProviderin your application (config/app.php)
You may require to register BladeComponentServiceProvider in your config/app.php if the Fokit command doesnt register it.
App\Providers\BladeComponentServiceProvider::class,The BladeComponentServiceProvider allows us to use blade layout components
I give credit and thanks to Zack Warren for his awesome work in FortifyUI and FortifyUIKit that has made it possible for the creation of this preset.
You may also checkout FortifyUIKit.
Fokit is open-sourced software licensed under the MIT license.

