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
Requires
- php: ^8.3
- illuminate/contracts: ^10.0||^11.0||^12.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^10.0.0||^9.0.0||^8.22.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-arch: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
This package is auto-updated.
Last update: 2025-08-01 09:57:42 UTC
README
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.