commit 27a9840e9e2f9e509ac47f6ad18c0bcdd4370795 Author: Lewis Voncken Date: Mon Feb 10 07:48:24 2020 +0100 [FEATURE] Added Blackfire Support diff --git a/Blackfire.md b/Blackfire.md new file mode 100644 index 0000000..38bf59e --- /dev/null +++ b/Blackfire.md @@ -0,0 +1,46 @@ +Blackfire support is built-in. + +Install Blackfire: + +During the install process you have register the blackfire-agent and configure blackfire. +To do so you need a blackfire account for which you can sign up here https://blackfire.io/signup + +``` +valet blackfire install +``` + +Test Blackfire Configuration + +``` +valet blackfire test +``` + +Manually Register Blackfire + +``` +valet blackfire register +``` + +Manually Configure Blackfire + +``` +valet blackfire config +``` + +Enable Blackfire: + +When Blackfire is not installed it will start the installation process. +Besides that if XDebug is enabled, the PHP engine may not behave as expected. + +``` +valet blackfire on +``` + +Disable Blackfire: + +``` +valet xdebug off [--remote_autostart=] +``` + + +> :warning: After enabling Blackfire Xdebug will be disabled. diff --git a/Home.md b/Home.md index 197e4f6..871e3c8 100644 --- a/Home.md +++ b/Home.md @@ -18,15 +18,16 @@ In other words, a blazing fast development environment. Valet+ provides a great Here are a few key differences compared to the original Valet: - PHP version switch - Xdebug (on/off mode) - PHP extensions (mcrypt, intl, opcache) - Optimized PHP configuration using opcache - MySQL (with optimized configuration) - Redis - Elasticsearch (optional) +- Blackfire - Many more features outlined below... ## Valet Documentation -Documentation for Valet can be found on the [Laravel website](https://laravel.com/docs/valet). \ No newline at end of file +Documentation for Valet can be found on the [Laravel website](https://laravel.com/docs/valet). diff --git a/_Sidebar.md b/_Sidebar.md index 8684049..d236aa0 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -7,12 +7,13 @@ * [Switching PHP version](https://github.com/weprovide/valet-plus/wiki/Switching-PHP-versions) * PECL * [Ioncube](https://github.com/weprovide/valet-plus/wiki/Ioncube) * [Xdebug](https://github.com/weprovide/valet-plus/wiki/Xdebug) * [Database](https://github.com/weprovide/valet-plus/wiki/Database) * [Devtools & Binaries](https://github.com/weprovide/valet-plus/wiki/Devtools-&-Binaries) * [Logging](https://github.com/weprovide/valet-plus/wiki/Logging) * [Redis](https://github.com/weprovide/valet-plus/wiki/Redis) * [Mailhog](https://github.com/weprovide/valet-plus/wiki/Mailhog) * [Elasticsearch](https://github.com/weprovide/valet-plus/wiki/Elasticsearch) + * [Blackfire](https://github.com/weprovide/valet-plus/wiki/Blackfire) * [Automatic configuration (beta)](https://github.com/weprovide/valet-plus/wiki/Automatic-configuration-%5Bbeta%5D) - * [File locations](https://github.com/weprovide/valet-plus/wiki/File-locations) \ No newline at end of file + * [File locations](https://github.com/weprovide/valet-plus/wiki/File-locations)