thethunderturner / laradocker-api
A powerful docker API, built for laravel
Package info
github.com/thethunderturner/laradocker-api
pkg:composer/thethunderturner/laradocker-api
Fund package maintenance!
Requires
- php: ^8.4
- illuminate/contracts: ^11.0||^12.0||^13.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.8
- orchestra/testbench: ^11.0.0||^10.0.0||^9.0.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-arch: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- spatie/laravel-ray: ^1.35
README
A powerful docker API, built for Laravel
Important
This plugin is still in early development, so please be patient until everything is implemented. Pull requests are welcome.
Documentation
https://docs.docker.com/reference/api/engine/version/v1.54/
Installation
You can install the package via composer:
composer require thethunderturner/laradocker-api
You can publish the config file with:
php artisan vendor:publish --tag="laradocker-api-config"
Setup
If you're getting errors like: Failed to connect to localhost, then you need to add docker to the group
sudo usermod -aG docker $USER
and reboot (or log out and in again) for changes to take effect. Then if you run
groups
you should see docker.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.