All Projects → codingo-me → Dropzone Laravel Image Upload

codingo-me / Dropzone Laravel Image Upload

Laravel 5.2 and Dropzone.js auto image uploads with removal links

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dropzone Laravel Image Upload

Laraupdater
Enable Laravel App Self-Update. Allow your Laravel Application to auto-update itself.
Stars: ✭ 75 (-18.48%)
Mutual labels:  laravel, laravel-package, laravel-framework
Laravel Gitscrum
GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
Stars: ✭ 2,686 (+2819.57%)
Mutual labels:  laravel, laravel-package, laravel-framework
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (+115.22%)
Mutual labels:  laravel, laravel-package, laravel-framework
Laravel Schedulable
Schedule and unschedule eloquent models elegantly without cron jobs
Stars: ✭ 78 (-15.22%)
Mutual labels:  laravel, laravel-package, laravel-framework
Laravel Open Source Projects
A Web Artisan list of categorized OPEN SOURCE PROJECTS built with Laravel PHP Framework.
Stars: ✭ 676 (+634.78%)
Mutual labels:  laravel, laravel-package, laravel-framework
Laravel Social Email Authentication
Laravel 5.3 bootstrap app with Multi Auth, Social and Email Authentication. Google re-Captcha, Facebook, Twitter, G+ and much more..
Stars: ✭ 129 (+40.22%)
Mutual labels:  laravel, laravel-framework, tutorial
Auth Tests
Always-current tests for Laravel's authentication system. Curated by the community.
Stars: ✭ 230 (+150%)
Mutual labels:  laravel, laravel-package, laravel-framework
Admin One Laravel Dashboard
Admin One — Free Laravel Dashboard (Bulma Buefy Vue.js SPA)
Stars: ✭ 94 (+2.17%)
Mutual labels:  laravel, laravel-package, laravel-framework
Snooze
A package to simplify automating future notifications and reminders in Laravel
Stars: ✭ 515 (+459.78%)
Mutual labels:  laravel, laravel-package, laravel-framework
Laravel Form Components
A set of Blade components to rapidly build forms with Tailwind CSS (v1.0 and v2.0) and Bootstrap 4. Supports validation, model binding, default values, translations, Laravel Livewire, includes default vendor styling and fully customizable!
Stars: ✭ 295 (+220.65%)
Mutual labels:  laravel, laravel-package, laravel-framework
Wagonwheel
Offer an online version of your Laravel emails to users.
Stars: ✭ 224 (+143.48%)
Mutual labels:  laravel, laravel-package, laravel-framework
Laravel Compass
A REST client inside your Laravel app
Stars: ✭ 1,002 (+989.13%)
Mutual labels:  laravel, laravel-package, laravel-framework
Laravel User Activity
Monitor user activity easily!
Stars: ✭ 253 (+175%)
Mutual labels:  laravel, laravel-package, laravel-framework
Laravel Qrcode Ecommerce
This is a complete laravel project that handles qrcodes, payments, api/microservices, and ecommerce
Stars: ✭ 36 (-60.87%)
Mutual labels:  laravel, laravel-package, laravel-framework
Backup
MySQL Database backup package for Laravel
Stars: ✭ 66 (-28.26%)
Mutual labels:  laravel, laravel-package, laravel-framework
Laravel 5 Messenger
A Simple Laravel 5, 6, 7 & 8 Messenger with Pusher Capabilities
Stars: ✭ 75 (-18.48%)
Mutual labels:  laravel, laravel-framework
Laravel Impersonate
Laravel Impersonate is a plugin that allows you to authenticate as your users.
Stars: ✭ 1,201 (+1205.43%)
Mutual labels:  laravel, laravel-package
Forsun Laravel
高性能的定时调度服务。
Stars: ✭ 91 (-1.09%)
Mutual labels:  laravel, laravel-framework
Laravel Pdf
A Simple package for easily generating PDF documents from HTML. This package is specially for laravel but you can use this without laravel.
Stars: ✭ 79 (-14.13%)
Mutual labels:  laravel, laravel-package
Eloquent Approval
Approval process for Laravel Eloquent models
Stars: ✭ 79 (-14.13%)
Mutual labels:  laravel, laravel-package

Laravel 5.2 and Dropzone.js auto image uploads with removal links

This project is related to tutorial from Codingo Tuts.

What is covered in this project:

- Auto image upload
- Remove images directly from Dropzone preview with AJAX request
- Image counter for uploaded images
- Saving images as full size and icon size versions
- Using Image Intervention package for resizing and image encoding
- Saving image data to database
- Unique file names for images on server side
- Displaying already uploaded images in Dropzone

Installation

When you clone this project cd into directory and then:

  • Copy .env.example to .env
  • composer install
  • chmod -R 777 storage/ bootstrap/
  • php artisan key:generate
  • Fill .env file with database credentials and upload paths.
  • php artisan migrate

Now you are set.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].