定制 jdsantos/laradocker 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jdsantos/laradocker

最新稳定版本:v2.0.1

Composer 安装命令:

composer require jdsantos/laradocker

包简介

A Laravel package to seamlessly integrate Docker into your application

README 文档

README

Laradocker logo

Build Status Total Downloads Latest Version License

jdsantos/laradocker A Laravel package to seamlessly integrate Docker into your application. It provides an easy way to set up Docker for your Laravel project with minimal configuration.

Prerequisites

Ensure you have PHP (8.3+), Composer and Docker installed on your machine before proceeding. This package requires also that you run it inside a Laravel 12+ project:

🚀 Installation & Usage

Inside your Laravel project folder, simply run the following commands:

  1. Require the Package: Install the jdsantos/laradocker package as a development dependency:

    composer require --dev jdsantos/laradocker

  2. Install Laradocker: Launch the installer and follow the steps to include all necessary files inside your project folder:

    php artisan laradocker:install

  3. Try it out!: Now you can run your Laravel app using Docker like this:

    docker run -p 80:80 -v laravel_storage:/opt/laravel/storage --rm -it $(docker build -q .)

It works also if you're using Podman

podman run -p 80:80 -v laravel_storage:/opt/laravel/storage --rm -it $(podman build -q .)

🛢 Databases support

Laradocker currently supports the following databases:

Database Version Status
SQLite 3.26.0+
Mysql 5.7+
MariaDB 10.3+
PostgreSQL 10.0+
SQLServer 2017+

Contributing

Any contributions to this project are more than welcome. Feel free to reach us and we will gladly include any improvements or ideas that you may have. Please, fork this repository, make any changes and submit a Pull Request and we will get in touch!

Contributors

Jorge Santos Walisson Aguirra
jdsantos walissonaguirra
github.com/jdsantos github.com/walissonaguirra

Support

The easiest way to seek support is by submiting an issue on this repo.

统计信息

  • 总下载量: 1k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 7
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-19