kastsecho/coreui-vue-starter-kit

CoreUI Vue starter kit for the Laravel framework.

v1.0.3 2025-04-05 14:31 UTC

This package is auto-updated.

Last update: 2025-04-29 13:07:23 UTC


README

Build Status Total Downloads Latest Stable Version

Features

  • Authentication
    • Log in / Register
    • Email Verification
    • Password Confirmation
    • Update Profile / Avatar
    • Update Password
  • Design
    • Responsive
    • Dark Mode

Preview

Preview

Upcoming Features

  • Laravel Fortify
    • 2FA Enable / Disable
    • 2FA Verification

Tech Stack

Installation

laravel new project --using=kastsecho/coreui-vue-starter-kit
cp .env.example .env
php artisan key:generate
php artisan storage:link
php artisan migrate
npm ci && npm run build