PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

What /admin/forms does?

Solved
willog

Apr 5th, 2025 04:30 PM

Hi!

I noticed that we have a /admin/forms route and that we can create forms just by adding them. But where can I actually access them? Like, what is this for exactly?

Thanks in advance!

bobbyiliev

Apr 5th, 2025 11:29 PM

Best Answer

Hi William!

Right now, this feature isn’t actively used anywhere by default, but it’s there as a foundation if you want to build on top of it.

You can use it to define forms dynamically, and then render them on the frontend (or elsewhere in your app) by loading the form via its slug and using the fields you defined to generate the inputs.

So in short — it's not in use yet, but it's ready for you to extend and use however you'd like 👍

Report
1