documentation
documentation copied to clipboard
Official documentation of the Themosis framework.
I discovered that you can use a controller@action with ajax::listen, this is not documented. Note that you have to specify the full namespace - \App\Http\Controllers\Controller@Action
Explain how to apply a custom prefix to fields attached to a custom taxonomy. A sample code can be found inside the following issue: [https://github.com/themosis/framework/issues/732](https://github.com/themosis/framework/issues/732) Only for documentation on framework...
Add service providers documentation. How to best write service providers, how to register them.
Provide details about the FieldRespositoryInterface instance attached to a form. The `repository()` public method gives access to the list of fields added to a form.
It might be worth documenting the `php console serve` command, it's a nice alternative if you don't use Homestead. [Here](https://laravel.com/docs/5.7/installation#installing-laravel) is how Laravel documents it on their Installation page.
The web version of the site contains a navmenu with all documentation:  However, the mobile version of the site has no way to access these pages: ![Site...
In order to help users contribute to the documentation, add an "Edit" link, on every pages, that redirects to the appropriate GitHub branch and file.
Write documentation about the loaded service container and informations about helper functions.