kastsecho/coreui-vue-starter-kit

CoreUI Vue starter kit for the Laravel framework.

v1.0.4 2025-05-28 00:50 UTC

This package is auto-updated.

Last update: 2025-05-29 00:37:28 UTC


README

Build Status Total Downloads Latest Stable Version

Features

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

Preview

Preview

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