::: warning
Dev tools are removed in the download package, you need to delete folder /vendor and run command composer install to
reinstall it, then you can use dev commands.
:::
- Check this video: https://www.youtube.com/watch?v=JAiKnnb9dH8
- 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
demo is 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
- Make CRUD inside an existed plugin: https://www.youtube.com/watch?v=GAnoZbGHE28
- Adding new fields to an existing form: https://www.youtube.com/watch?v=5PC6mzssZ70
- Display plugin data on the front theme: https://www.youtube.com/watch?v=YgrfEXK2TBo
- Working with SEO helpers: https://www.youtube.com/watch?v=S0tlbt0K44c