govard-laravel

Solid

Laravel-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.

AI & Automation 2 stars 2 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
16
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
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