govard-laravel
SolidLaravel-specific Govard shortcuts and commands. Use when: - "Run migrations", "artisan commands" - "Clear Laravel cache", "config:cache" - "Queue operations", "schedule:run" - "Tinker into app", "artisan tinker" - "Laravel Pint", "npm dev/prod" DEPENDENT on govard-toolbox for base commands.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- ddtcorex
- Repository
- ddtcorex/dev-skills-hub
- Created
- 2 months ago
- Last Updated
- 3 days ago
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
govard-toolbox
High-level shortcuts and references for Govard development environment orchestrator. Use when: - "Start/stop environment", "govard up", "govard down" - "Run commands in container", "govard sh" - "Database operations", "db dump", "db import" - "Sync with remote", "bootstrap from staging" - "Debug configuration", "Xdebug setup" This is the BASE skill - for framework-specific shortcuts, also load govard-magento or govard-laravel.
govard-magento
Magento-specific Govard shortcuts and commands. Use when: - "Clear Magento cache", "flush redis cache" - "Run Magento CLI", "bin/magento commands" - "Deploy static content", "setup:di:compile" - "Reindex catalog", "indexer commands" - "Enable/disable modules" DEPENDENT on govard-toolbox for base commands.
artisan-commands
Use when creating or modifying Artisan commands. Covers clear signatures, safe execution flow, helpful output, and project conventions for console tooling.