kamona/kui-laravel-fortify

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

Installs: 2 638

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 2

Forks: 3

Open Issues: 0

Language:Vue

pkg:composer/kamona/kui-laravel-fortify

v0.1.7 2022-04-04 01:00 UTC

This package is auto-updated.

Last update: 2025-09-29 02:52:12 UTC


README

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

License Releases Stars Total Downloads

Laravel breeze version

⚠️ 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

composer require laravel/fortify
  1. Install kamona/kui-laravel-fortify
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
  1. Configure your database.
  2. Run php artisan migrate.
  3. php artisan serve

Screens

Shocase 1 Shocase 2
Shocase 7 Shocase 8
Shocase 3 Shocase 4
Shocase 6 Shocase 5