#Plugin
{info}From version 3.2, command name is changed from
plugin:createtocms:plugin:create. Please runphp artisan --helpto see all commands
- Open CMD or Terminal then run:
php artisan cms:plugin:create <plugin name>
- Open CMD or Terminal then run:
php artisan cms:plugin:activate <plugin name>- Open CMD or Terminal then run:
php artisan cms:plugin:deactivate <plugin name>- Command:
php artisan cms:plugin:remove demo{info}
demois a plugin
When you run this command. It will do:
-
Deactivate
demoplugin. -
It will be remove
demotable and its permissions -
Delete folder demo in
/pluginsand delete/pluginsdirectory if it's empty