PHP code example of mgdsoft / symfony-profiler-spa
1. Go to this page and download the library: Download mgdsoft/symfony-profiler-spa library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mgdsoft / symfony-profiler-spa example snippets
yaml
parameters:
env(SYMFONY_IDE): "javascript: (function () { let file = '%%f'; file = file.replace('/var/www/your-project/', ''); let newUrl = 'http://localhost:63342/api/file?file='+file+'&line=%%l'; fetch(newUrl); })()"
framework:
ide: '%env(SYMFONY_IDE)%'