{info}From version 3.2, command name is changed from
plugin:create
tocms:plugin:create
. Please runphp artisan --help
to 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: *- Command:
php artisan cms:plugin:remove demo
{info}
demo
is a plugin
When you run this command. It will do:
Deactivate demo
plugin.
It will be remove demo
table and its permissions
Delete folder demo in /plugins
and delete /plugins
directory if it's empty