those file contain untouched
to null u can simply remove the middlewares
such as \app\Http\Middleware\ApiCheckingMiddleware.php
u can return it directly to disable the middleware and get nulled
like this
@Tomz can take care of the rest
to null u can simply remove the middlewares
such as \app\Http\Middleware\ApiCheckingMiddleware.php
u can return it directly to disable the middleware and get nulled
like this
public function handle(Request $request, Closure $next)
{
return $next($request);
}
@Tomz can take care of the rest
Last edited by a moderator: