kastsecho/coreui-vue-starter-kit

CoreUI Vue starter kit for the Laravel framework.

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Type:project

pkg:composer/kastsecho/coreui-vue-starter-kit

v1.0.5 2025-06-17 14:26 UTC

This package is auto-updated.

Last update: 2025-10-17 15:13:22 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