3v4l.org

run code in 500+ PHP versions simultaneously
<?php $basePath = realpath('\\wsl.localhost\Ubuntu\home\cybersecurity\middleware\apps\api\\'); require $basePath . 'vendor/autoload.php'; $app = require_once $basePath . 'bootstrap/app.php'; $kernel = $app->make(Illuminate\Contracts\Console\Kernel::class); $kernel->bootstrap(); $test = app(\Modules\Users\Interfaces\UserServiceInterface::class)->getAllUsers(); dd($test);

preferences:
57.16 ms | 810 KiB | 5 Q