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-11Capabilities
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
