pushword / dev-app
Pushword dev/test/demo application. Used for testing, demoing and by the installer. It's not a copy-paste starter, prefer the installer (see https://pushword.piedweb.com/installation ).
Package info
Type:symfony-bundle
pkg:composer/pushword/dev-app
Fund package maintenance!
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-main / 1.0.x-dev
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-rc898
- 1.0.0-rc897
- 1.0.0-rc896
- 1.0.0-rc895
- 1.0.0-rc894
- 1.0.0-rc893
- 1.0.0-rc892
- 1.0.0-rc891
- 1.0.0-rc890
- 1.0.0-rc889
- 1.0.0-rc888
- 1.0.0-rc887
- 1.0.0-rc886
- 1.0.0-rc885
- 1.0.0-rc884
- 1.0.0-rc883
- 1.0.0-rc882
- 1.0.0-rc881
- 1.0.0-rc880
- 1.0.0-rc879
- 1.0.0-rc878
- 1.0.0-rc877
- 1.0.0-rc876
- 1.0.0-rc875
- 1.0.0-rc874
- 1.0.0-rc873
- 1.0.0-rc872
- 1.0.0-rc871
- 1.0.0-rc870
- 1.0.0-rc869
- 1.0.0-rc868
- 1.0.0-rc867
- 1.0.0-rc866
- 1.0.0-rc865
- 1.0.0-rc864
- 1.0.0-rc863
- 1.0.0-rc862
- 1.0.0-rc861
- 1.0.0-rc860
- 1.0.0-rc859
- 1.0.0-rc858
- 1.0.0-rc857
- 1.0.0-rc856
- 1.0.0-rc855
- 1.0.0-rc854
- 1.0.0-rc853
- 1.0.0-rc852
- 1.0.0-rc851
- 1.0.0-rc850
- 1.0.0-rc849
- 1.0.0-rc848
- 1.0.0-rc847
- 1.0.0-rc846
- 1.0.0-rc845
- 1.0.0-rc844
- 1.0.0-rc843
- 1.0.0-rc842
- 1.0.0-rc841
- 1.0.0-rc840
- 1.0.0-rc839
- 1.0.0-rc838
- 1.0.0-rc837
- 1.0.0-rc836
- 1.0.0-rc835
- 1.0.0-rc834
- 1.0.0-rc833
- 1.0.0-rc832
- 1.0.0-rc831
- 1.0.0-rc830
- 1.0.0-rc829
- 1.0.0-rc828
- 1.0.0-rc827
- 1.0.0-rc826
- 1.0.0-rc825
- 1.0.0-rc824
- 1.0.0-rc823
- 1.0.0-rc822
- 1.0.0-rc821
- 1.0.0-rc820
- 1.0.0-rc819
- 1.0.0-rc818
- 1.0.0-rc817
- 1.0.0-rc816
- 1.0.0-rc815
- 1.0.0-rc814
- 1.0.0-rc813
- 1.0.0-rc812
- 1.0.0-rc811
- 1.0.0-rc810
- 1.0.0-rc809
- 1.0.0-rc808
- 1.0.0-rc807
- 1.0.0-rc806
- 1.0.0-rc805
- 1.0.0-rc804
- 1.0.0-rc803
- 1.0.0-rc802
- 1.0.0-rc801
- 1.0.0-rc800
- 1.0.0-rc799
- 1.0.0-rc798
- 1.0.0-rc797
- 1.0.0-rc796
- 1.0.0-rc795
- 1.0.0-rc794
- 1.0.0-rc793
- 1.0.0-rc792
- 1.0.0-rc791
- 1.0.0-rc790
- 1.0.0-rc789
- 1.0.0-rc788
- 1.0.0-rc787
- 1.0.0-rc786
- 1.0.0-rc785
- 1.0.0-rc784
- 1.0.0-rc783
- 1.0.0-rc782
- 1.0.0-rc781
- 1.0.0-rc780
- 1.0.0-rc779
- 1.0.0-rc778
- 1.0.0-rc777
- 1.0.0-rc776
- 1.0.0-rc775
- 1.0.0-rc774
- 1.0.0-rc773
- 1.0.0-rc772
- 1.0.0-rc771
- 1.0.0-rc770
- 1.0.0-rc769
- 1.0.0-rc768
- 1.0.0-rc767
- 1.0.0-rc766
- 1.0.0-rc765
- 1.0.0-rc764
- 1.0.0-rc763
- 1.0.0-rc762
- 1.0.0-rc761
- 1.0.0-rc760
- 1.0.0-rc759
- 1.0.0-rc758
This package is auto-updated.
Last update: 2026-09-17 22:23:10 UTC
README
Demo and test application for Pushword — used for testing, demoing and by the installer. It is not a copy-paste starter; prefer the installer.
Features
- Ready-to-run demo site with fixtures.
- Used by the test suite and the installer.
- Handy to explore every Pushword extension locally.
Build it
cd packages/dev-app; rm -rf media && cp -r media~ media php bin/console doctrine:schema:update --force php bin/console doctrine:fixtures:load # Add an admin user : read -p 'Email: ' emailvar read -sp 'Password: ' passvar php bin/console pw:user:create $emailvar $passvar ROLE_SUPER_ADMIN #php bin/console pw:user:create admin@example.tld p@ssword ROLE_SUPER_ADMIN # Install Bundle Assets php bin/console assets:install # `yarn build` Should not be runned because it's erasing the documentation assets. # the files are there only to help final user on a new installation # Launch Server and Play symfony server:start -d
Documentation
Visit pushword.piedweb.com/installation.
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.
- 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.