devops

Generate DevOps configurations and CI/CD pipelines for Laravel applications.

150|51|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/AratKruglik/claude-laravel --skill devops-aratkruglik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops
Source: https://github.com/AratKruglik/claude-laravel/tree/main/.claude/skills/devops
Command: npx skills add https://github.com/AratKruglik/claude-laravel --skill devops-aratkruglik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup, deployment, and management of DevOps configurations for Laravel applications, simplifying infrastructure and CI/CD processes.

Core Features & Use Cases

  • Environment Setup: Provides commands for both Docker and local development environments, including dependency installation and database migrations.
  • Development Scripts: Offers a suite of Composer scripts for common development tasks like linting, testing, and code style checks.
  • CI/CD Integration: Details the project's use of GitHub Actions for linting, testing, and code coverage.
  • Use Case: Quickly set up a new Laravel project in a Dockerized environment, install dependencies, run migrations, and start the development server with a single command.

Quick Start

Use the devops skill to set up the local development environment using Docker Compose.

Frequently Asked Questions about devops

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

FAQPage Schema
How do I set up a Docker environment for a new Laravel application?

This Skill generates Docker Compose configurations to set up your Laravel application environment, handling dependency installation, database migrations, and development server startup.

How do I automate Laravel CI/CD pipelines using GitHub Actions?

Automating Laravel CI/CD pipelines with GitHub Actions involves integrating configurations for linting, testing, and code coverage to streamline build and release processes.

What is the best way to manage Laravel deployment scripts for local and Docker environments?

Managing Laravel deployment scripts is done by generating a suite of Composer scripts for common development tasks like linting, testing, and code style checks across both local and Docker setups.

Can I use this DevOps setup for Laravel without Docker?

Yes, the DevOps setup supports local installation environments without Docker by providing commands for dependency installation and database migrations directly on your machine.

Does the generated CI/CD configuration include code coverage for Laravel testing?

Yes, the generated GitHub Actions CI/CD pipeline configuration includes steps for running tests and analyzing code coverage alongside automated linting checks.