Download the PHP package otifsolutions/dropzone without Composer
On this page you can find all versions of the php package otifsolutions/dropzone. 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 dropzone
dropzone
Install this package using composer
You can install prooph/laravel-package via Composer by typing Composer require Otifsolutions/dropzone
Run PHP ARTISAN MIGRATE
Add these CSS CDNS to your Header
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/dropzone/4.3.0/dropzone.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/dropzone/4.3.0/basic.css">
Add these JS Scripts to your Footer
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dropzone/4.3.0/dropzone.js"></script>
After adding these , You Need To Type @stack('scripts-footer') after including JS Scripts , Then Whereever You want to use dropzone you can just type @include("Dropzone::dropzone")
All versions of dropzone with dependencies
PHP Build Version
Package Version
No informations.
The package otifsolutions/dropzone contains the following files
Loading the files please wait ....