wpwwhimself/shipyard 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

wpwwhimself/shipyard

最新稳定版本:v3.4.1

Composer 安装命令:

composer require wpwwhimself/shipyard

包简介

A starting piece for WPWW's website, with many useful things to accelerate building new things

README 文档

README

Shipyard banner

This project is a framework for my own web apps.

Concepts

This template aims to create a starting point (and a joint upgrade environment, IYKWIM) for all projects made usually for environments without luxury of npm – like on a shared hosting. That's why it covers a specific scenario:

  • no NPM reliance
    • no asset bundling (Vite)
    • no big frontend frameworks (React, Vue)

How to start?

Shipyard requires Laravel installation.

  1. Add Composer settings:
{
    ...
    // refresh Shipyard after updates
    "scripts": {
        ...
        "post-update-cmd": [
            ...
            "@php artisan shipyard:install"
        ],
    },
    ...
}
  1. Fill out important fields in .env, mainly:

    • DB_?? - required for migrations,
    • MAIL_FROM_ADDRESS - required for archmage user migration,
  2. Install package:

composer require wpwwhimself/shipyard

Dev mode - load Shipyard from a directory next door

  1. In a joint folder, clone this repository into shipyard subfolder
  2. Install Laravel app in a app subfolder
  3. Add Composer settings:
{
    ...
    // appends Shipyard repository
    "repositories": {
        "shipyard": {
            "type": "path",
            "url": "../shipyard",
            "options": {
                "symlink": true
            }
        }
    },
    ...
}
  1. Add Composer env variables to load shipyard locally and install package:
composer require wpwwhimself/shipyard:dev-main

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-04-01

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固