Skip to content

Commit ef6b541

Browse files
committed
update README.md
1 parent 6fd55d3 commit ef6b541

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Laravel FileStorage package
2+
[![Latest Stable Version](https://img.shields.io/packagist/v/imahmood/laravel-file-storage.svg?style=flat-square)](https://packagist.org/packages/imahmood/laravel-file-storage)
3+
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/imahmood/laravel-file-storage/tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/imahmood/laravel-file-storage/actions?query=workflow%3Atests+branch%3Amain)
4+
[![Total Downloads](https://img.shields.io/packagist/dt/imahmood/laravel-file-storage.svg?style=flat-square)](https://packagist.org/packages/imahmood/laravel-file-storage)
5+
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
26

3-
## Installation
4-
### 1. Install the package via Composer:
5-
6-
```
7-
composer require imahmood/laravel-file-storage
8-
```
9-
10-
### 2. Publish the configuration file
11-
```bash
12-
php artisan vendor:publish --provider="Imahmood\FileStorage\FileStorageServiceProvider"
13-
```
7+
FileStorage is a Laravel package that simplifies the process of uploading and attaching files to models,
8+
while also automating preview generation and image optimization.
149

1510
## License
16-
1711
The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 commit comments

Comments
 (0)