<?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);
You have javascript disabled. You will not be able to edit any code.