Shell Script to install Puswhord in a minut.
This package provides two mechanisms:
-
Interactive Setup (
src/installer): A bash script that runs once duringcomposer create-projectto set up a new Pushword project (database, admin user, routes, assets). -
Automatic Package Setup (
PostInstall::runPostUpdate): Automatically executes each package'sinstall.phpwhen you add new Pushword packages viacomposer require.
After initial setup, pushword/installer remains installed to support future package installations. Only the interactive bash script reference is removed from post-install-cmd.
If you prefer not to use automatic installation, you can:
- Remove
pushword/installerfrom your dependencies - Manually follow the steps in each package's
install.phpfile
Visit pushword.piedweb.com
If you're interested in contributing to Pushword, please read our contributing docs before submitting a pull request.
The MIT License (MIT). Please see License File for more information.