sync_assets.sh
collect requests information for analysis and debugging
Install
- All systems
-
curl cmd.cat/sync_assets.sh.sh
- Debian
-
apt-get install php-symfony-web-profiler-bundle
- Ubuntu
-
apt-get install php-symfony-web-profiler-bundle
- Kali Linux
-
apt-get install php-symfony-web-profiler-bundle
- Fedora
-
dnf install php-symfony-web-profiler-bundle
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install php-symfony-web-profiler-bundle
- Raspbian
-
apt-get install php-symfony-web-profiler-bundle
- Dockerfile
- dockerfile.run/sync_assets.sh
php-symfony-web-profiler-bundle
collect requests information for analysis and debugging
The Symfony WebProfilerBundle collects information about each request made to an application using it and stores them for later analysis. It includes a visual interface for analyzing profiling data as well as a toolbar for instant access to a lot of interesting information for debugging purposes. Symfony is a PHP framework, a set of tools and a development methodology.