From ad9df70ca9df2834a0814f3f5d0ff611285626d6 Mon Sep 17 00:00:00 2001 From: Fady Mondy Date: Mon, 23 Sep 2024 16:46:31 +0300 Subject: [PATCH] add filament:plugins command and filament-plugins:list --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 69269ec..7f233a0 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,24 @@ php artisan filament-plugins:widget it will generate the files for you and you can use it directly, please note that you need to generate the model first than use other commands +## Install Plugins using command line + +you can install a plugins using the command line by using this command + +```bash +php artisan filament:plugins +``` + +you can select all to install all TomatoPHP ecosystem plugins or you can select the plugin you want to install + +## List of all TomatoPHP Plugins + +you can list all TomatoPHP plugins by using this command + +```bash +php artisan filament-plugins:list +``` + ## List your package on the plugins list you can list your package on the plugins list by adding this a json file in your package root folder with name `module.json` with content like this: