You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you click on a project card from the Dashboard or Projects list, you'll enter the <strongstyle="color:var(--text-primary);">Project Details</strong> page. This page gives you granular control over the project through several tabs:
<listyle="padding:4px 0;">• <strong>Web Server & PHP/Node Version:</strong> Change the assigned framework versions or switch between Nginx/Apache on the fly.</li>
397
+
<listyle="padding:4px 0;">• <strong>Services:</strong> Toggle specific databases (MySQL, PostgreSQL, MongoDB, etc.) or caching layers (Redis, Memcached) exclusively for this project.</li>
398
+
<listyle="padding:4px 0;">• <strong>Domains & Network:</strong> Add custom domain aliases, change the document root folder, or enable <code>Share on Local Network</code> to test your app from your phone.</li>
A fully featured, built-in command line interface that automatically opens in your project's folder. Run <code>npm install</code>, <code>composer update</code>, or <code>php artisan</code> commands directly inside DevBox Pro without opening a separate terminal window.
View real-time, consolidated logs for the project. Includes access logs, error logs, and output from any running Node.js process. You can toggle auto-refresh to watch logs stream in live as you develop.
Manage background processes using the built-in Supervisor integration. Add persistent background workers like Laravel Queue workers, Horizon, or any custom long-running scripts (e.g., <code>php artisan queue:work</code>). Set them to auto-restart if they crash.
A built-in editor for your project's <code>.env</code> file. Easily update connection strings, api keys, and environment variables without needing to open your code editor.
0 commit comments