Mail: [email protected] Phone: +1(424)231-4091

ns-dashboard-settings-footer

This is an action identifier that will be triggered only when a settings page using the SettingPage class is used. This might be used to add further dynamic control on the existing page or change the existing behavior.

The action only uses two parameters which are an App\Classes\Output instance and the second is the identifier of the settings page. This action can be used to inject content at the bottom of a settings page.

Here is how it can be used.

In this example, we're injecting the content of the file located at the path modules/YourModule/Resources/Views/footer.blade.php at the bottom of any settings page.

Making use of the identifier, you can restrict which settings page that view will be injected. For example, if our module "YourModule" has a settings page having the identifier "YourModuleSettings", we can restrict it like so: