Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imahmood committed Dec 31, 2023
1 parent 6fd55d3 commit ef6b541
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Laravel FileStorage package
[![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)
[![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)
[![Total Downloads](https://img.shields.io/packagist/dt/imahmood/laravel-file-storage.svg?style=flat-square)](https://packagist.org/packages/imahmood/laravel-file-storage)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)

## Installation
### 1. Install the package via Composer:

```
composer require imahmood/laravel-file-storage
```

### 2. Publish the configuration file
```bash
php artisan vendor:publish --provider="Imahmood\FileStorage\FileStorageServiceProvider"
```
FileStorage is a Laravel package that simplifies the process of uploading and attaching files to models,
while also automating preview generation and image optimization.

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 comments on commit ef6b541

Please sign in to comment.