对于laravel,我编写了测试用例。404.Failed asserting that 200 is identical to 404.Component\HttpKernel\Exception\NotFoundHttpException: POST domainname/index.php/api/company
$response = $this->withoutExceptionHandling
我有一个laravel项目包含一个RestFull API。我想从android工作室访问这个API。我使用retrofit library.When通过artisan运行服务器,不能访问localhost laravel应用程序路由到安卓studio.According到这个问题,我将基url改为http://192.168.1.103:8000/halamooz/public/api/并使用apache s