govard-laravel

Solid

This skill should be used when the user asks to "run migrations", "run artisan commands", "clear Laravel cache", "config:cache", "run queue operations", "schedule:run", "tinker into app", "artisan tinker", "run Laravel Pint", or "npm dev/prod". Provides Laravel-specific Govard shortcuts and commands. DEPENDENT on govard-toolbox for base commands.

AI & Automation 4 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Govard Laravel Commands Laravel-specific shortcuts and commands for Govard environments. ## Related Skills **REQUIRED BACKGROUND:** Load `govard-toolbox` first — this skill only covers Laravel-specific shortcuts layered on top of Govard's base environment commands (`govard up`, `govard sh`, `govard db`, remote sync, Xdebug setup). ## Artisan Commands ```bash # Cache management govard sh -c "govard tool artisan config:cache" govard sh -c "govard tool artisan config:clear" govard sh -c "govard tool artisan cache:clear" # Route cache govard sh -c "govard tool artisan route:cache" govard sh -c "govard tool artisan route:clear" # View cache govard sh -c "govard tool artisan view:cache" govard sh -c "govard tool artisan view:clear" ``` ## Database ```bash # Migrations govard sh -c "govard tool artisan migrate" govard sh -c "govard tool artisan migrate:fresh" govard sh -c "govard tool artisan migrate:refresh" govard sh -c "govard tool artisan migrate:rollback" govard sh -c "govard tool artisan migrate:status" # Seeders govard sh -c "govard tool artisan db:seed" govard sh -c "govard tool artisan db:seed --class=UserSeeder" # Factory govard sh -c "govard tool artisan make:factory PostFactory" govard sh -c "govard tool artisan tinker" # Direct SQL govard db connect ``` ## Queue Operations ```bash # Start queue worker govard sh -c "govard tool artisan queue:work" # Queue withSupervisor govard svc up # Retry failed jobs govard sh -c "govard tool artisan queue:retry all"...

Details

Author
ddtcorex
Repository
ddtcorex/dev-skills-hub
Created
3 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

govard-toolbox

This skill should be used when the user asks to "start/stop environment", "govard up", "govard down", "run commands in container", "govard sh", "do database operations", "db dump", "db import", "sync with remote", "bootstrap from staging", "debug configuration", or "set up Xdebug". Provides high-level shortcuts and references for the Govard development environment orchestrator. This is the BASE skill — for framework-specific shortcuts, also load govard-magento or govard-laravel.

4 Updated today
ddtcorex
AI & Automation Solid

govard-magento

This skill should be used when the user asks to "clear Magento cache", "flush redis cache", "run Magento CLI", "run bin/magento commands", "deploy static content", "setup:di:compile", "reindex catalog", "run indexer commands", "enable/disable modules", "start frontend sync", "run browser-sync", "set up live reload for Hyva/Luma", or "govard frontend". Provides Magento-specific Govard shortcuts and commands. DEPENDENT on govard-toolbox for base commands.

4 Updated today
ddtcorex
AI & Automation Listed

govc

Control, report on, and manage VMware vSphere/ESXi environments using the govc CLI. Use this skill whenever the user mentions vSphere, vCenter, ESXi, VMware, virtual machines on VMware, govc, vMotion, DRS, HA, vSAN, datastores, snapshots, OVA/OVF, or asks to inventory, report, power on/off, clone, migrate, snapshot, or troubleshoot anything in a VMware environment — even if they don't say "govc" explicitly.

13 Updated 1 months ago
vchaindz