Skip to content

Commit

Permalink
first commit 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Nov 27, 2024
1 parent 1483d90 commit d078278
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand All @@ -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

Expand Down
14 changes: 0 additions & 14 deletions plugin.md

This file was deleted.

0 comments on commit d078278

Please sign in to comment.