Laravel Tooling

Manage Laravel development tooling including Artisan commands, Vite bundling, and Pint styling.

51|6|Updated Mar 28, 2019
One-click install
npx skills add https://github.com/Mte90/dotfiles --skill laravel-tooling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Laravel Tooling
Source: https://github.com/Mte90/dotfiles/tree/main/.config/opencode/skills/laravel/tooling
Command: npx skills add https://github.com/Mte90/dotfiles --skill laravel-tooling

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies and standardizes common Laravel development tasks, from code styling and asset bundling to managing background jobs and encapsulating UI elements.

Core Features & Use Cases

  • Artisan Command Enhancement: Build custom commands for repetitive tasks.
  • Modern Asset Bundling: Utilize Vite for efficient CSS/JS bundling and hot module replacement.
  • Code Styling Enforcement: Automatically format code using Laravel Pint.
  • Background Job Monitoring: Manage and monitor Redis queues with Horizon.
  • UI Encapsulation: Create reusable UI components with Blade.
  • Use Case: Automatically clear caches, format code, and bundle assets before committing changes to a Laravel project.

Quick Start

Use the Laravel Tooling skill to enforce code styling on the project.

Frequently Asked Questions about Laravel Tooling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bundle frontend assets with Vite in a Laravel project?

Bundling frontend assets with Vite in Laravel is managed through this tooling to ensure efficient CSS/JS compilation and hot module replacement. It supports modern asset workflows directly within your development environment.

What is the best way to enforce code styling standards in Laravel?

To enforce code styling standards in Laravel, you can automatically format your code using Laravel Pint. This ensures consistent quality across your project without manual intervention.

Can I use Artisan commands to automate repetitive Laravel tasks?

Yes, you can build custom Artisan commands to automate repetitive Laravel tasks. This tooling enhancement allows you to streamline workflows like clearing caches before committing changes.

Does this tooling support background job monitoring with Horizon?

Yes, background job monitoring is supported using Horizon. You can manage and monitor Redis queues to handle asynchronous processing and track job throughput effectively.

How do I create reusable UI components for my Laravel application?

Creating reusable UI components in Laravel is achieved by encapsulating elements with Blade. This promotes UI reusability and maintains consistent view logic across your application.