Download the PHP package sdtech/file-uploader-laravel without Composer
On this page you can find all versions of the php package sdtech/file-uploader-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package file-uploader-laravel
file-uploader-laravel | A Library to upload image and file with validation.
- About
- Requirements
- Installation
- Configuration
- Uses
About
A simple library that help you to to upload image and file. The current features are :
- Upload file
- Upload Image
Requirements
Installation
-
From your projects root folder in terminal run:
-
In config/app.php, add it:
- Publish the packages views, config file, assets, and language files by running the following from your projects root folder:
configuration
- Go to your config folder, then open "fileuploaderlaravel.php" file
-
here you must add that info or add the info to your .env file .
- run this commad
Uses
- We provide a sample code of functionality that will help you to integrate easily
some functions
upload image in storage folder
upload image in main public folder
upload file in storage folder
upload file in public folder
delete file path
get file view path for storage folder
get file view path for public folder
get allowed image type
get allowed file type
All versions of file-uploader-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-mbstring Version *
intervention/gif Version ^4.1
intervention/image Version ^3.6
ext-mbstring Version *
intervention/gif Version ^4.1
intervention/image Version ^3.6
The package sdtech/file-uploader-laravel contains the following files
Loading the files please wait ....