> laravel-tooling

Ecosystem management, Artisan, and asset bundling. Use when managing Composer dependencies, Artisan commands, or Vite asset bundling in Laravel. (triggers: package.json, composer.json, vite.config.js, artisan, vite, horizon, pint, blade)

fetch
$curl "https://skillshub.wtf/HoangNguyen0403/agent-skills-standard/laravel-tooling?format=md"
SKILL.mdlaravel-tooling

Laravel Tooling

Priority: P2 (MEDIUM)

Structure

project/
├── app/Console/        # Custom Artisan commands
├── resources/js/       # Frontend assets (Vite)
└── pint.json           # Code styling

Implementation Guidelines

  • Artisan Focus: Build custom commands for repetitive tasks.
  • Vite Integration: Use @vite directive for CSS/JS bundling.
  • Pint Styling: Enforce Laravel style standard automatically.
  • Background Jobs: Use Horizon for monitoring Redis queues.
  • Blade Components: Encapsulate UI into @component or <x-comp>.
  • Caching: Prune/refresh caches via optimize:clear.

Anti-Patterns

  • Mix Usage: No Laravel Mix: Migrate to Vite for faster HMR.
  • Raw JS: No JS in Blade: Move to resources/js.
  • Manual CLI: No manual DB edits: Use Artisan or migrations.
  • Unformatted Code: No unstyled merge: Run pint before commit.

References

┌ stats

installs/wk0
░░░░░░░░░░
github stars341
██████████
first seenMar 17, 2026
└────────────

┌ repo

HoangNguyen0403/agent-skills-standard
by HoangNguyen0403
└────────────

┌ tags

└────────────