ulbrich-media/taily-app
最新稳定版本:v0.1.0
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.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-19