kamona/kui-laravel-fortify

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

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

This package is auto-updated.

Last update: 2024-04-29 04:53:57 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