All public logs
Combined display of all available logs of ElixirBlocks. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:30, 28 May 2023 Admin talk contribs created page How to Add New Item to App Made Using the phx.gen.html Generator (Created page with "This document explains how to retroactively add a new item to your app when your data was created using the phx.gen.html generator. First, you need data that is generated. An example is: <source> mix phx.gen.html Testbeds Testbed testbeds name:string </source> After the code is generated, the items are viewable in your app going to: <source> localhost://testbeds </source>")