A Laravel docker setup

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/pixelatedcraft/runway

v1.1.0 2024-05-02 23:04 UTC

This package is auto-updated.

Last update: 2025-12-31 00:22:39 UTC


README

A Laravel package to launch a preconfigured docker container for Laravel application.

Installation

composer require --dev pixelatedcraft/runway
php artisan vendor:publish --provider=Pixelatedcraft\\Runway\\RunwayServiceProvider

Usage

Start the web application container:

php artisan runway:start

Stop the web application container:

php artisan runway:stop

Currently using

  1. PHP 8.3 with Apache
  2. MariaDB