laravel:bootstrap-check

Detect Sail or host tool command execution for Laravel projects.

1|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/meistro57/chat_bridge --skill laravel-bootstrap-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel:bootstrap-check
Source: https://github.com/meistro57/chat_bridge/tree/main/.claude/skills/bootstrap-check
Command: npx skills add https://github.com/meistro57/chat_bridge --skill laravel-bootstrap-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users quickly determine the correct commands to run based on whether their Laravel project is using Sail or host tools, ensuring a smooth development environment setup.

Core Features & Use Cases

  • Environment Detection: Automatically detects if Sail is available or if host tools should be used.
  • Command Pairing: Provides the equivalent commands for Sail and host tools for common tasks like Artisan commands, Composer, and pnpm.
  • Service Checks: Includes basic smoke tests for essential services like the database (MySQL) and cache (Redis).
  • Use Case: A new developer joins a project and is unsure whether to type sail artisan migrate or php artisan migrate. This Skill provides the answer instantly.

Quick Start

Run the bootstrap check skill to determine the correct commands for your Laravel environment.

Frequently Asked Questions about laravel:bootstrap-check

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

FAQPage Schema
How do I verify my Laravel environment and find the correct commands?

Use a bootstrap check to verify your Laravel environment and report the correct command-line execution method. It automatically detects whether your project should use Sail or host tools for development tasks.

How do I know whether to use sail artisan or php artisan for my Laravel project?

Determining whether to use sail artisan or php artisan depends on your project's environment detection. This check automatically identifies if Sail is available or if host tools should be used, providing the correct command pairs instantly.

Does the Laravel bootstrap check verify database and cache service accessibility?

Yes, the Laravel bootstrap check performs basic smoke tests for essential services. It verifies accessibility for your database like MySQL and your cache like Redis, ensuring your project dependencies and services are reachable.

Can I use this check to set up equivalent commands for Composer and pnpm in Laravel?

Yes, you can use this check to set up Composer and pnpm commands in Laravel. It provides equivalent command pairs for both Sail and host tools, covering common development tasks like Artisan commands and package management.

What's the best way to troubleshoot a Laravel Sail environment setup?

The best way to troubleshoot a Laravel Sail environment setup is to run a bootstrap check. It facilitates environment troubleshooting by verifying project dependencies and reporting the appropriate command-line execution method for your specific configuration.