deveti
Admin panel register with verifyEmail
I tried making a middleware, but I do not know exactly where to place it .. if I place it in the authMiddleware it does not get picked up (I get 403 before) and in the regulart middleware I get too many redirects
19 replies
Spatie Translatable
I do have another question though: I have an entity with simple relation to itself (parent_id). I am displaying it's title in the select on the form and table. Is it possible to have this using translation from current language? It only show in the first language you create the record. Any ideas?
7 replies
Spatie Translatable
I think I figured this one on my own. I added language switcher to seperate action pages, but I did not add the Translatable trait.
Also, each action page has different import! This could be added to the docs for less confusion @Dan Harrin
7 replies