Webisters One Project This project is intended as an application-level codebase that can be configured and extended for local or deployed environments.
- A project-oriented foundation for building and organizing application features.
- Configuration and dependency wiring that supports repeatable local setup.
- Conventions for adding routes, services, and domain-specific functionality.
composer global require webisters/webisters
# Optional (Windows): automatically adds Composer global bin-dir to PATH
composer global exec webisters setup
# Create the project (preferred)
webisters new-one one
# If `webisters` is not on PATH yet, use the no-PATH fallback:
# composer global exec webisters new-one one
cd one
composer installphp webisters startIf the custom runtime command is unavailable, use: php -S localhost:8000 -t public.
vendor/bin/phpunitpublic/: Public web root and entrypoint files.tests/: Automated tests and supporting fixtures.
- Issues: https://github.com/webisters/one/issues
- Source: https://github.com/webisters/one
- Documentation: https://webisters.com
- Forum: https://github.com/webisters/forum
- Email: support@webisters.com
MIT