File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 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-
1711The MIT License (MIT). Please see [ License File] ( LICENSE ) for more information.
You can’t perform that action at this time.
0 commit comments