New Features in TweakPHP 0.7.0 Release

TweakPHP is a desktop application designed to help developers easily tweak their PHP code. It offers a code editor and the ability to run PHP code in various environments, making it a versatile tool for PHP development.
Updates in Version 0.7.0
The main update in TweakPHP 0.7.0 appears to be the addition of custom loaders. This feature allows users to create their own loading mechanisms for projects, which is particularly useful for custom PHP frameworks or specific project setups. For example, users can define how their project environment is set up before executing code, enhancing flexibility.
Key Features
TweakPHP 0.7.0 includes a range of features, many of which were introduced in earlier versions but are now part of the latest release:
- Local Run: Run PHP code directly in local projects.
- Docker Run: Execute code inside a docker container for isolated testing.
- SSH Run: Run code on remote servers via SSH, introduced in version 0.4.0.
- Code Editor: Uses the Monaco Editor for a robust coding experience.
- Language Server Protocol (LSP): Integrates phpactor for auto-completions and intelligent coding support.
- Cross-Platform Support: Available on macOS, Linux (since version 0.3.0), and Windows (alpha, since version 0.5.0).
- Kubernetes Support: Added in version 0.5.0, for running code in Kubernetes environments.
- New UI: Introduced in version 0.4.0, offering a modern interface.
This version continues to build on previous updates, such as docker over SSH and connecting to docker containers, enhancing remote and containerized development capabilities.
You can download TweakPHP from this link - https://tweakphp.com/
Related Articles that May Be to Your Interest

New Features in TweakPHP 0.7.0 Release
Discover TweakPHP 0.7.0’s custom loaders and improved cross-platform support, boosting PHP development efficiency and flexibility.

Solving CORS Issues in Multi-Domain FilamentPHP Applications
Resolve CORS header issues for static assets in FilamentPHP. Learn to integrate multi-domain setups seamlessly, ensuring smooth resource access across subdomains.

Best Filament Plugins to Build a Feature-Rich CMS
Discover the best Filament plugins to build a powerful CMS with features like page builders, SEO tools, media management, and multilingual support.