adonisjs / legacy-docs

📄 The official documentation of AdonisJs
187 stars 176 forks source link

View Presenters #258

Open bitkidd opened 6 years ago

bitkidd commented 6 years ago

Should we add some docs on on view presenters? It is a pretty useful thing that is not well documented at the moment.

thetutlage commented 6 years ago

They are covered in the edge docs http://edge.adonisjs.com/docs/presenters

bitkidd commented 6 years ago

Yes, but there is no default view presenter example, you have to watch full video in order to get it. I think it has to be in Adonis docs, as soon as it is more relevant to it, at the same time there should be adonis make:presenter command or adonis make:view Test --with-presenter option so people can generate them properly and know where to place them. I can create a PR into Adonis or Edge with command and docs.