Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kamona-wd/kui-laravel-fortify
- Owner: Kamona-WD
- License: mit
- Created: 2022-03-04T12:08:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T17:25:27.000Z (over 2 years ago)
- Last Synced: 2024-04-24T15:43:05.023Z (10 months ago)
- Topics: auth, inertiajs, laravel, laravel-fortify, tailwindcss, ui, vuejs
- Language: Vue
- Homepage:
- Size: 458 KB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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) |