Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamona-wd/kui-laravel-fortify

Front-end scaffolding for laravel/fortify based on kui-dashboard
https://github.com/kamona-wd/kui-laravel-fortify

auth inertiajs laravel laravel-fortify tailwindcss ui vuejs

Last synced: 3 months ago
JSON representation

Front-end scaffolding for laravel/fortify based on kui-dashboard

Awesome Lists containing this project

README

        

# K UI Laravel Fortify

Front-end scaffolding for [laravel/fortify](https://github.com/laravel/fortify) based on [kui-dashboard](https://github.com/kamona-ui/)

[![License](https://img.shields.io/github/license/Kamona-WD/kui-laravel-fortify)](https://github.com/Kamona-WD/kui-laravel-fortify/blob/main/LICENSE.md)
[![Releases](https://img.shields.io/github/release/Kamona-WD/kui-laravel-fortify)](https://github.com/Kamona-WD/kui-laravel-fortify/releases)
[![Stars](https://img.shields.io/github/stars/Kamona-WD/kui-laravel-fortify)](https://github.com/Kamona-WD/kui-laravel-fortify/stargazers)
[![Total Downloads](https://img.shields.io/packagist/dt/kamona/kui-laravel-fortify.svg)](https://packagist.org/packages/kamona/kui-laravel-fortify)

##### [Laravel breeze version](https://github.com/Kamona-WD/kui-laravel-breeze/)

#### ⚠️ Note

> ⚠️ We recommend installing this package on a project that you are starting from scratch.

#### Usage

1. Fresh install Laravel >= 8.0 and `cd` to your app.

2. Install laravel/fortify

```sh
composer require laravel/fortify
```

3. Install kamona/kui-laravel-fortify

```sh
composer require kamona/kui-laravel-fortify --dev

# After finish run this command

php artisan kui-fortify:install blade # This command will publish laravel/fortify resources also.
# Available stack (blade, vue).
# Inertia (react) will be added soon.

# then
npm install && npm run dev # or yarn && yarn dev
```

4. Configure your database.
5. Run `php artisan migrate`.
6. `php artisan serve`

#### Screens

| | |
| --------------------------- | --------------------------- |
| ![Shocase 1](screens/1.png) | ![Shocase 2](screens/2.png) |
| ![Shocase 7](screens/7.png) | ![Shocase 8](screens/8.png) |
| ![Shocase 3](screens/3.png) | ![Shocase 4](screens/4.png) |
| ![Shocase 6](screens/6.png) | ![Shocase 5](screens/5.png) |