umerbilal-tech
umerbilal-tech
i was using gofiber and i found your validator interesting because I am Laravel developer as well. but problem I found in your validator is that it only supports net/http...
@thedevsaddam
Hi, I was facing the same issue so after doing some debugging i solved the issue by creating one root layout file in the app directory in which I only...
@dilyandimitrov you can just put your navbar in app layout and remove it from children layouts ``` import type { Metadata } from "next"; import { Inter } from "next/font/google";...