pixelatedcraft / runway
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
Requires
- illuminate/support: ^11.5
- symfony/process: ^7.0
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
- PHP 8.3 with Apache
- MariaDB