timo-de-winter/laravel-docker

A package that adds docker features to your project for local development

Fund package maintenance!
timo-de-winter

Installs: 116

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:Shell

v1.0.0 2025-08-01 09:55 UTC

This package is auto-updated.

Last update: 2025-08-01 09:57:42 UTC


README

Latest Version on Packagist Total Downloads

A package that adds docker features to your project for local development.

Please note that I use this package myself as it has the features that I use in almost all my projects. It may contain things you do not need, for a more personalized experience, take a look at Laravel Sail.

Installation

You can install the package via composer:

composer require timo-de-winter/laravel-docker

After installing the composer package, you should run the install command:

php artisan docker:install

Usage

You can simply up your container like this:

bash ./your-project-name up -d

For further features, please take a look at Laravel Sail, which this package is based upon.