documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Official documentation of the Themosis framework.

Results 11 documentation issues
Sort by recently updated
recently updated
newest added

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...

Code
Missing

Add service providers documentation. How to best write service providers, how to register them.

Missing

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.

Missing

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: ![Site Menu PC](https://user-images.githubusercontent.com/35364310/53323288-0cca7200-38de-11e9-81a8-54916eb9c95d.png) 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.

Add documentation regarding "facades".

Missing

Write documentation about the loaded service container and informations about helper functions.

Missing