PHPackages                             th3khan/base64-to-uploaded-file - 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. th3khan/base64-to-uploaded-file

ActiveLibrary

th3khan/base64-to-uploaded-file
===============================

Convert base64 file to UploadedFile of Laravel

413.3k↓47.1%1PHP

Since Nov 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/th3khan/base64-to-fileuploaded-laravel)[ Packagist](https://packagist.org/packages/th3khan/base64-to-uploaded-file)[ RSS](/packages/th3khan-base64-to-uploaded-file/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Base64 file to FileUploaded Laravel
===================================

[](#base64-file-to-fileuploaded-laravel)

Convert base64 file to UploadedFile of Laravel

Requirements
------------

[](#requirements)

php &gt;= 7.2

Installation
------------

[](#installation)

composer require th3khan/base64-to-uploaded-file

Example
-------

[](#example)

### Create File

[](#create-file)

- Create an instance of the class `Base64ToUploadedFile`

```
