petermarkley/tollerus 问题修复 & 功能扩展

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

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

petermarkley/tollerus

Composer 安装命令:

composer require petermarkley/tollerus

包简介

A conlang dictionary Laravel package - build, browse, and publish your conlang's lexical data online

README 文档

README

Tollerus Logo

A conlang dictionary Laravel package - build, browse, and publish your conlang's lexical data online. Official website

YouTube Demo
YouTube Demo

Note

Made for use on https://eithalica.world. Named after good ol' "Tollers," the 20th-century conlanger legend.

I'm a one-man dev team. If you like this software, please consider supporting me!

Installation

With example app

I made a Tollerus example app for easier installation.

All you need is Git and Docker, then:

git clone https://github.com/petermarkley/tollerus-example-app
cd tollerus-example-app
cp .env.example .env
docker run --rm -v $(pwd):/app -w /app composer install
./vendor/bin/sail up -d
./vendor/bin/sail artisan key:generate
./vendor/bin/sail artisan migrate --seed
./vendor/bin/sail npm install
./vendor/bin/sail npm run build

That's it! You can now visit localhost:8080/tollerus/admin in your browser (or whatever port is set by APP_PORT in your .env file).

Log in with:

  • Email test@example.com
  • Password password

Happy conlanging!

Without example app

Tollerus is a Laravel package and requires a host app. If you don't have one, you'll need to create one. If you want to do that without using the Tollerus example app, see here.

Once you have a Laravel app:

composer require petermarkley/tollerus
php artisan tollerus:install
php artisan migrate

petermarkley/tollerus 适用场景与选型建议

petermarkley/tollerus 是一款 基于 Blade 开发的 Composer 扩展包,目前已累计 45 次下载、GitHub Stars 达 3, 最近一次更新时间为 2026 年 03 月 09 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 petermarkley/tollerus 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 petermarkley/tollerus 我们能提供哪些服务?
定制开发 / 二次开发

基于 petermarkley/tollerus 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: LGPL-3.0-or-later
  • 更新时间: 2026-03-09