ulbrich-media/taily-app
Composer 安装命令:
composer create-project ulbrich-media/taily-app
包简介
Project scaffold for Taily — run composer create-project to set up a new installation.
README 文档
README
Installation scaffold for Taily — an animal welfare organization management tool. Self-hosted, runs on shared hosting, installs via Composer.
This repository is not the application itself. It is the minimal project skeleton operators use to set up a Taily instance. The application core is pulled in as a Composer package from ulbrich-media/taily.
Requirements
- PHP 8.2+
- A web server with
mod_rewriteenabled (Apache) or equivalent - A MySQL/MariaDB database
Installation
composer create-project ulbrich-media/taily-app my-taily
cd my-taily
Composer will automatically generate an app key during installation. Before starting, configure your environment:
cp .env.example .env # if not already created
Edit .env and set at minimum:
APP_URL=https://your-domain.example
DB_DATABASE=your_db
DB_USERNAME=your_user
DB_PASSWORD=your_password
Then run the initial migration:
php artisan migrate
Point your web server's document root to the public/ directory.
Updating
composer update ulbrich-media/taily
This automatically publishes updated frontend assets and runs any new database migrations. Your .env, storage/, and published config overrides are never touched.
Configuration
A config/taily.php file is published on first install. The available options are documented inline in that file.
More Information
See the Taily repository for the full project documentation, changelog, and issue tracker.
ulbrich-media/taily-app 适用场景与选型建议
ulbrich-media/taily-app 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 04 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 ulbrich-media/taily-app 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 ulbrich-media/taily-app 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 30
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-19