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
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.
- Add Composer settings:
{
...
// refresh Shipyard after updates
"scripts": {
...
"post-update-cmd": [
...
"@php artisan shipyard:install"
],
},
...
}
-
Fill out important fields in
.env, mainly:DB_??- required for migrations,MAIL_FROM_ADDRESS- required for archmage user migration,
-
Install package:
composer require wpwwhimself/shipyard
Dev mode - load Shipyard from a directory next door
- In a joint folder, clone this repository into
shipyardsubfolder - Install Laravel app in a
appsubfolder - Add Composer settings:
{
...
// appends Shipyard repository
"repositories": {
"shipyard": {
"type": "path",
"url": "../shipyard",
"options": {
"symlink": true
}
}
},
...
}
- Add Composer env variables to load shipyard locally and install package:
composer require wpwwhimself/shipyard:dev-main
统计信息
- 总下载量: 147
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-01