pushword / admin
Default Admin to manage online Pushword App and websites.
Requires
- easycorp/easyadmin-bundle: ^5
- pushword/core: *
- symfony/ux-twig-component: ^2.35 || ^3.0
- twig/extra-bundle: ^3
This package is auto-updated.
Last update: 2026-06-10 20:20:02 UTC
README
Default admin interface for Pushword — manage pages, media and users for multi-site, multi-user setups, built on top of EasyAdmin.
Features
- CRUD for Page, Media and User on top of EasyAdmin.
- Page/User form fields configurable straight from your YAML config.
- Customizable admin menu, multi-site and multi-user aware.
- Plays well with the block editor, template editor, versioning and more.
Installation
composer require pushword/admin
php bin/console pw:user:create # create a ROLE_SUPER_ADMIN to log in
Admin is then available at https://your-domain.tld/admin/.
Documentation
Visit pushword.piedweb.com/extension/admin.
The Pushword ecosystem
Pushword is a modular CMS — one Symfony bundle for the core and one bundle per feature. Pick only what you need:
Core
- pushword/core — Symfony-based CMS core: Page, Media & User entities, Markdown + Twig rendering.
Editing & admin
- pushword/admin — EasyAdmin interface to manage pages, media and users. (this package)
- pushword/admin-block-editor — Gutenberg-like block editor (stores Markdown).
- pushword/advanced-main-image — Hero images & main-image format control.
- pushword/template-editor — Edit Twig templates online.
- pushword/snippet — Reusable content fragments & components.
Content & workflow
- pushword/flat — Flat-file (Markdown + Git) CMS mode.
- pushword/version — Page & snippet versioning.
- pushword/page-update-notifier — Email alerts on content changes.
- pushword/conversation — Comments, contact & newsletter forms.
Publishing & performance
- pushword/static-generator — Export a static website (GitHub Pages, Apache, FrankenPHP).
- pushword/search — SQLite full-text search (Loupe), zero infra.
- pushword/page-scanner — Find dead links, 404s, redirects & TODOs.
- pushword/api — Token-authenticated REST API.
Tooling
- pushword/installer — Project & package installer.
- pushword/js-helper — Front-end JavaScript helpers.
Full list and guides on pushword.piedweb.com/extensions.
Contributing
If you're interested in contributing to Pushword, please read our contributing docs before submitting a pull request.
Credits
License
The MIT License (MIT). Please see License File for more information.