Download the PHP package bonge-ian/fokit without Composer
On this page you can find all versions of the php package bonge-ian/fokit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bonge-ian/fokit
More information about bonge-ian/fokit
Files in bonge-ian/fokit
Package fokit
Short Description Fortify-driven Laravel UI replacement with an opinionative modern feel
License MIT
Homepage https://github.com/bonge-ian/fokit
Informations about the package fokit
Introduction
Fokit is a Laravel Fortify UI preset, built with UIkit with a slight opinionative modern touch.
- Requirements
- Installation
Requirements
This package requires FortifyUI. Please, install that first before installing Fokit.
Installation
To get started, you'll need to install Fokit using Composer.
Next, you'll need to run the install command:
If you use Laravel Mix then you will need to run this:
If you use Vite powered by Laravel's vite plugin the you will need to run this:
This command will publish Fokit's views and resources to your project.
- All
auth
views - a
BladeComponentServiceProvider.php
file - a
webpack.mix.js
orvite.config.js
file, tuned for UIkit, depending on which option you chose above - a
package.json
file, for required NPM modules - a slightly opinionated
.editorconfig
file - a
.gitignore
file - a new route for
user/profile
- register
App\Providers\BladeComponentServiceProvider
in your application (config/app.php
)
You may require to register BladeComponentServiceProvider
in your config/app.php
if the Fokit command doesnt register it.
The BladeComponentServiceProvider
allows us to use blade layout components
Credits
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.
License
Fokit is open-sourced software licensed under the MIT license.