propmanager-runner-laragon

Run PropManager commands on Windows with Laragon without Sail.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/mwathiben/PropManager --skill propmanager-runner-laragon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: propmanager-runner-laragon
Source: https://github.com/mwathiben/PropManager/tree/main/.claude/skills/propmanager-runner-laragon
Command: npx skills add https://github.com/mwathiben/PropManager --skill propmanager-runner-laragon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PropManager projects on Windows using Laragon require bespoke runner tooling instead of Sail-based commands. This skill provides Windows-native commands and tooling that work with Laragon (no Docker, no Sail) for running any shell command in PropManager.

Core Features & Use Cases

  • Windows-native command map for PHP, Composer, Node, and MySQL, with project-root awareness at C:\laragon\www\PropManager
  • Clear guidance to boot, test, lint, and run the local server without Sail
  • Use Case: a Windows developer can bootstrap PropManager locally using Laragon and execute common dev tasks without Sail

Quick Start

Launch Laragon, open a terminal, and run the PropManager runner to bootstrap the local environment and begin development.

Frequently Asked Questions about propmanager-runner-laragon

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

FAQPage Schema
How do I run a Laravel project on Windows without using Laravel Sail?

Running PropManager on Laragon requires a Windows-native environment with PHP 8.x, Composer, Node, and MySQL installed. You launch Laragon, open a terminal, and use the runner tooling to bootstrap the local environment without needing Docker or Sail.

Does Laragon support bootstrapping and testing PropManager projects locally?

Yes, Laragon supports bootstrapping and testing PropManager locally. It provides a native Windows toolchain with project-root awareness at C:\laragon\www\PropManager, allowing you to execute boot, test, lint, and local server commands seamlessly.

What is the best way to manage Composer and Node dependencies in a Laragon environment?

The best way to manage Composer and Node dependencies in a Laragon environment is through a Windows-native command map. This tooling defines clear paths and commands to execute dependency management and database workflows without relying on Sail-based wrappers.

Can I execute MySQL workflows for Laravel on Windows without Docker?

Yes, you can execute MySQL workflows for Laravel on Windows without Docker using Laragon. This runner provides native environment setup and path definitions to manage your database directly alongside PHP 8.x and Composer.

Why do I need bespoke runner tooling for a Laragon-based Laravel project?

Bespoke runner tooling is needed because standard Sail-based commands are incompatible with a native Windows setup. This tooling replaces Sail by providing specific command maps and environment configurations tailored for Laragon, PHP 8.x, and Node workflows.