LogoClawIndex
CasesSkillsAbout
LogoClawIndex

create-entity - Generate Laravel + Vue CRUD entities

Automate creation of complete CRUD entities with Laravel backend and Vue frontend following project conventions.

Tags

Updated: 2026-05-11

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • parse entity request
  • run Python script
  • generate migration file
  • generate model file
  • generate controller file
  • generate routes file
  • generate TypeScript interface
  • generate API client
  • generate Pinia store
  • generate Vue component
  • execute migration

Inputs

  • entity name
  • field definitions
  • soft deletes flag
  • output directory

Outputs

  • migration file
  • Laravel model
  • Laravel controller
  • routes file
  • TypeScript interface
  • API client
  • Pinia store
  • Vue page component
  • database table

Requirements

  • Python environment
  • Laravel backend
  • Vue.js frontend
  • TypeScript support
  • database migration tool

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
code generation
Laravel
Vue.js
CRUD
TypeScript
backend
frontend
automation
parse entity request
run Python script
generate migration file
generate model file
entity name
field definitions
soft deletes flag
migration file
Laravel model
Laravel controller