mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 11:16:43 +02:00
docs(plugins): add experimental plugins section + plugins:create command to create plugin via CLI
This commit is contained in:
parent
91dc8c8325
commit
8f8c61eaae
21 changed files with 542 additions and 24 deletions
|
|
@ -206,7 +206,7 @@ class PluginController extends BaseController
|
|||
|
||||
return redirect()->back()
|
||||
->with('message', lang('Plugins.messages.saveSettingsSuccess', [
|
||||
'pluginName' => $plugin->getName(),
|
||||
'pluginTitle' => $plugin->getTitle(),
|
||||
]));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue