laravel-sail

Manage Laravel Sail Docker services and run Artisan, Composer, and NPM commands.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/paulund/ai --skill laravel-sail-paulund
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-sail
Source: https://github.com/paulund/ai/tree/main/laravel-sail/skills/laravel-sail
Command: npx skills add https://github.com/paulund/ai --skill laravel-sail-paulund

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies working with Laravel Sail, ensuring you use the correct commands for managing Dockerized development environments and common tasks.

Core Features & Use Cases

  • Service Management: Easily start, stop, and manage Docker services defined in Sail.
  • Command Execution: Run Artisan, Composer, NPM, and other commands within the Sail environment.
  • Use Case: Quickly start your development environment in detached mode, run database migrations, and then open a shell inside the container to inspect a service.

Quick Start

Start your Laravel Sail services in detached mode.

Frequently Asked Questions about laravel-sail

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

FAQPage Schema
How do I run Laravel Sail commands in a Docker development environment?

To run Laravel Sail commands in a Docker development environment, you execute them using the Sail command prefix to ensure consistent execution within Docker containers.

How do I start and stop Docker services using Laravel Sail?

You can start and stop Docker services using Laravel Sail by running the specific Sail commands for service management, including starting the environment in detached mode.

Can I run Artisan and Composer commands through Laravel Sail?

Yes, you can run Artisan, Composer, and NPM scripts through Laravel Sail by prefixing them with the Sail command to execute properly within the Dockerized environment.

How do I access a container shell in a Laravel Sail environment?

You can access a container shell in a Laravel Sail environment by executing the Sail command designed to open an interactive shell inside the Docker container for service inspection.

Do I need Docker to manage my Laravel development environment with Sail?

Yes, you need Docker to manage your Laravel development environment with Sail, as Laravel Sail is a Docker-based development environment for Laravel applications.