diff --git a/README.md b/README.md index 201e743..df95c41 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Screenshot](https://raw.githubusercontent.com/tomatophp/filament-cms-api/master/art/screenshot.jpg) -# Filament cms api +# Filament CMS Builder APIs [![Latest Stable Version](https://poser.pugx.org/tomatophp/filament-cms-api/version.svg)](https://packagist.org/packages/tomatophp/filament-cms-api) [![License](https://poser.pugx.org/tomatophp/filament-cms-api/license.svg)](https://packagist.org/packages/tomatophp/filament-cms-api) @@ -19,13 +19,6 @@ after install your package please run this command php artisan filament-cms-api:install ``` -finally register the plugin on `/app/Providers/Filament/AdminPanelProvider.php` - -```php -->plugin(\TomatoPHP\FilamentCmsApi\FilamentCmsApiPlugin::make()) -``` - - ## Publish Assets you can publish config file by use this command @@ -34,23 +27,10 @@ you can publish config file by use this command php artisan vendor:publish --tag="filament-cms-api-config" ``` -you can publish views file by use this command - -```bash -php artisan vendor:publish --tag="filament-cms-api-views" -``` - -you can publish languages file by use this command - ```bash php artisan vendor:publish --tag="filament-cms-api-lang" ``` -you can publish migrations file by use this command - -```bash -php artisan vendor:publish --tag="filament-cms-api-migrations" -``` ## Changelog diff --git a/plugin.md b/plugin.md deleted file mode 100644 index d254ad1..0000000 --- a/plugin.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Filament cms api -slug: filament-cms-api -author_slug: tomatophp -categories: [developer-tools] -description: API Support for Filament CMS Builder -discord_url: -docs_url: https://raw.githubusercontent.com/tomatophp/filament-cms-api/master/README.md -github_repository: tomatophp/filament-cms-api -has_dark_theme: true -has_translations: true -versions: [3] -publish_date: 2024-11-27 ----