定制 alisarwar/docker-advance-boilerplate 二次开发

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

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

alisarwar/docker-advance-boilerplate

Composer 安装命令:

composer require alisarwar/docker-advance-boilerplate

包简介

this pakage enable laravel application to use docker and all advance images which are being used to develop laravel application like meilisearch , selenium etc

README 文档

README

Docker Advance Boilerplate

Status GitHub Issues GitHub Pull Requests

The Docker Advance Boilerplate package simplifies running your Laravel project on Docker by providing a Docker YAML file with predefined scripts and image details. This package eliminates the need to create a Laravel project within a Docker environment, saving you time during project setup.

Purpose

The purpose of the Docker Advance Boilerplate package is to simplify running your Laravel project on Docker. Whether you are starting a new project or have an existing Laravel project, this package provides a streamlined approach to running your project on Docker.

For new projects: Instead of using the Laravel curl command to create a project within a Docker environment, you can now create a Laravel project without Docker and install this package to enable Docker support.

For existing projects: If you already have a Laravel project and want to run it on Docker, this package provides the necessary Docker YAML file and scripts to facilitate the Dockerization process.

The Docker Advance Boilerplate package aims to save you time and effort by providing a standardized approach to running Laravel projects on Docker, regardless of whether they are new or existing projects.

Prerequisites

Before using this package, ensure that you have the following:

  • Docker installed on your system.
  • PHP version greater than equal to 8.2.
  • Laravel/Sail package, which is typically included by default in Laravel projects. If it's not present, you must install it first.

Installation

To install the Docker Advance Boilerplate package, run the following command in your Laravel project's root directory:

composer require alisarwar/docker-advance-boilerplate:dev-main

After the package is installed, you can run your Laravel project on Docker using either of the following commands:

./vendor/bin/sail up
docker-compose up

Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-12