orchidsoftware / crud

Simplify the process of building CRUD (Create, Read, Update, Delete) functionality in Laravel using the features of Orchid.
https://orchid.software
MIT License
138 stars 34 forks source link

refs #26 Fixed show create button only if user allowed to create #31

Closed bilogic closed 3 years ago

tabuna commented 3 years ago

Hi @bilogic, thanks for suggesting solutions for #26. Can you add a test for this?

bilogic commented 3 years ago

Sure but I'm very new to TDD, so:

  1. Should this be a unit or feature or browser test?
  2. Or can point me to an example that I can reference?

Thank you.