Skip to main content

Product Resource: Menu, Simple Table and Forms

Premium
4:29

The Full Lesson is Only for Premium Members

Want to access all of our courses? (36 h 00 min)

You also get:

61 courses
Premium tutorials
Access to repositories
Private Discord
Get Premium for $129/year or $29/month

Already a member? Login here

Larry holeman avatar

Hi, You are using a pre-existing database. Where is the information on the schema? Is that another course? Thanks Larry

Povilas Korop avatar

The link to the repository is above so you can check out the schema from there. From what I remember, I just took one of older demo projects and tried to create the adminpanel for it.

RobertT avatar

Hi Povilas, Is there a way to hide a textinput on a form and only making it visible for an Admin and invisoble for a manager ..?

Povilas Korop avatar

Yes, there's hiding(), your exact example is in the docs

Josh Hartmann avatar

Handy gotcha note:

Don't be a dill like me and make sure when you go to the doco you select the right version... I was trying to build in v3 but google threw me to v1 doco and I was wondering why it wasnt working.

Also this tutorial is built with v2. Still good to watch but be aware it is out of date now. Awesome work as always. Thanks for the tutorial :)

Povilas Korop avatar

I am working on new V3 course, the first lessons are already out, will add more daily: https://laraveldaily.com/course/filament-3

Josh Hartmann avatar

This makes me very happy to hear. I've really enjoyed what I have seen of filiment. It seems to do a ton of things, out of the box, that I was manually doing for every app. I'm currently testing to see how far I can push it with complex relations, which is where I find a lot of datatables fall down.