PHP code example of oliveiraxavier / laravel-debugbar-open-ineditor
1. Go to this page and download the library: Download oliveiraxavier/laravel-debugbar-open-ineditor 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/ */
oliveiraxavier / laravel-debugbar-open-ineditor example snippets
ErlangParasu\DebugbarVscode\ServiceProvider::class,
if (env('APP_DEBUG')) {
$app->register(ErlangParasu\DebugbarVscode\LumenServiceProvider::class);
}