PHPackages                             codegor/laravel-file-process - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. codegor/laravel-file-process

ActiveLibrary[File &amp; Storage](/categories/file-storage)

codegor/laravel-file-process
============================

Laravel file receive with base64 encode, store it and generate file url. Than you can get the file with the url

1.3.0(5y ago)263MITPHPPHP &gt;=7.1

Since Jan 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/codegor/laravel-file-process)[ Packagist](https://packagist.org/packages/codegor/laravel-file-process)[ Docs](https://github.com/codegor/laravel-file-process)[ RSS](/packages/codegor-laravel-file-process/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (1)Versions (26)Used By (0)

laravel-file-process
====================

[](#laravel-file-process)

A laravel plugin for receive base64 file, store and generate url. Then get the file from the url.

How to install?
===============

[](#how-to-install)

1. Install File API

    ```
    composer require codegor/laravel-file-process
    ```
2. publish config file

    ```
    php artisan vendor:publish --provider="Codegor\Upload\Providers\UploadServiceProvider" --tag=config
    ```

How to config?
==============

[](#how-to-config)

in `config/upload.php`

1. fill in the extansion of acepted files.

    ```
    'extantion' => 'jpeg,jpg,png,bmp,svg,gif,pdf,doc,docx,xls,xlsx',
    ```
2. fill in the secret for url encode (.env or config/upload.php).

    .env

    ```
    UPLOAD_SECRET=TZi+PA3dT8BR7yproQcqUryieefUbp3iedGQXCMvcSA=
    UPLOAD_VI=+dOnDRg9kO8arkWlsLDyMQ==
    ```

    You can regenerate it paste to [PHP Tester](http://phptester.net/) this code:

    ```
