Download the PHP package hellopeterlee/laravel-uploader without Composer
On this page you can find all versions of the php package hellopeterlee/laravel-uploader. 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 laravel-uploader
Laravel Uploader
:palm_tree: An upload component that allows you to save more time playing LOL.
Installing
-
register provider and configuration.
then register the package service provider, add the following line to
providers
section ofconfig/app.php
:and publish the assets using command:
-
Routing
You can register routes in
routes/web.php
or other routes file:
Usage
-
Add the uploader component to right position of your form:
or assign form name:
or set max files:
and strategy (default: 'default'):
- Don't forget import uploader assets at the end of your template:
License
MIT
All versions of laravel-uploader with dependencies
PHP Build Version
Package Version
The package hellopeterlee/laravel-uploader contains the following files
Loading the files please wait ....