Skip to content

Commit bee5c74

Browse files
committed
Merge branch 'main' of github.com:statikbe/laravel-filament-flexible-blocks-asset-manager
2 parents 9d21b4a + 551d26f commit bee5c74

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Dependabot metadata
1616
id: metadata
17-
uses: dependabot/fetch-metadata@v1.6.0
17+
uses: dependabot/fetch-metadata@v2.2.0
1818
with:
1919
github-token: "${{ secrets.GITHUB_TOKEN }}"
2020

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Laravel Filament Flexible Blocks Asset Manager
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/statik-be/laravel-filament-flexible-blocks-asset-manager.svg?style=flat-square)](https://packagist.org/packages/statik-be/laravel-filament-flexible-blocks-asset-manager)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/statik-be/laravel-filament-flexible-blocks-asset-manager/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/statik-be/laravel-filament-flexible-blocks-asset-manager/actions?query=workflow%3Arun-tests+branch%3Amain)
5-
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/statik-be/laravel-filament-flexible-blocks-asset-manager/fix-php-code-styling.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/statik-be/laravel-filament-flexible-blocks-asset-manager/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain)
6-
[![Total Downloads](https://img.shields.io/packagist/dt/statik-be/laravel-filament-flexible-blocks-asset-manager.svg?style=flat-square)](https://packagist.org/packages/statik-be/laravel-filament-flexible-blocks-asset-manager)
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/statikbe/laravel-filament-flexible-blocks-asset-manager.svg?style=flat-square)](https://packagist.org/packages/statikbe/laravel-filament-flexible-blocks-asset-manager)
4+
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/statikbe/laravel-filament-flexible-blocks-asset-manager/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/statikbe/laravel-filament-flexible-blocks-asset-manager/actions?query=workflow%3Arun-tests+branch%3Amain)
5+
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/statikbe/laravel-filament-flexible-blocks-asset-manager/fix-php-code-styling.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/statikbe/laravel-filament-flexible-blocks-asset-manager/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain)
6+
[![Total Downloads](https://img.shields.io/packagist/dt/statikbe/laravel-filament-flexible-blocks-asset-manager.svg?style=flat-square)](https://packagist.org/packages/statikbe/laravel-filament-flexible-blocks-asset-manager)
77

88
This package provides a simple document and image manager for the [Laravel Filament Flexible Content Blocks](https://github.com/statikbe/laravel-filament-flexible-content-blocks) package.
99

@@ -19,26 +19,26 @@ The key features are:
1919
You can install the package via composer:
2020

2121
```bash
22-
composer require statik-be/laravel-filament-flexible-blocks-asset-manager
22+
composer require statikbe/laravel-filament-flexible-blocks-asset-manager
2323
```
2424

2525
You can publish and run the migrations with:
2626

2727
```bash
28-
php artisan vendor:publish --tag="laravel-filament-flexible-blocks-asset-manager-migrations"
28+
php artisan vendor:publish --tag="filament-flexible-blocks-asset-manager-migrations"
2929
php artisan migrate
3030
```
3131

3232
You can publish the config file with:
3333

3434
```bash
35-
php artisan vendor:publish --tag="laravel-filament-flexible-blocks-asset-manager-config"
35+
php artisan vendor:publish --tag="filament-flexible-blocks-asset-manager-config"
3636
```
3737

3838
Optionally, you can publish the translations using
3939

4040
```bash
41-
php artisan vendor:publish --tag="laravel-filament-flexible-blocks-asset-manager-translations"
41+
php artisan vendor:publish --tag="filament-flexible-blocks-asset-manager-translations"
4242
```
4343

4444
### Setup with the Filament Flexible Content Blocks package

0 commit comments

Comments
 (0)