Create a new plugin
How you can create a new plugin?
Just follow some steps and create your new plugin. Go to root->script folder, open your terminal and run this command.
php artisan make:plugin yourpluginname
After run this command you will get this alert. Here enter your plugin name and press enter.
What is plugin Name?:
>
Next you will get this alert. Here enter plugin description and press enter.
What is plugin description?:
>
Next you will get this alert. Here enter plugin author name and press enter.
What is plugin author name?:
>
Next you will get this alert. Here enter plugin author profile url and press enter.
What is plugin author url?:
>
Next you will get this alert. Here enter plugin version and press enter.
What is plugin version?:
>
Finally your plugin created successfully and you will get this success message.
plugin created successfully.