Skip to content

Maruf30/laravel_crop_image_using_cropperjs

 
 

Repository files navigation

How to Crop And Upload Image in Laravel 8

Learn How to Crop Image in Laravel 8 framework. How to Crop Image before uploading image by using jQuery Croppie plugin in Laravel 8 framework.


Getting started

Installation

Please check the official laravel installation guide for server requirements before you start. Official Documentation

Clone the repository

get clone [email protected]:vishalmandora145/laravel_crop_image_using_cropperjs.git

Switch to the repo folder

cd excel-import

Install all the dependencies using composer

composer install

Copy the example env file and make the required configuration changes in the .env file

cp .env.example .env

Generate a new application key

php artisan key:generate

Run the database migrations (Set the database connection in .env before migrating)

php artisan migrate

Start the local development server

http://localhost/laravel_crop_image_using_cropperjs/

About

How to crop the image before uploading it with Cropper JS & PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 91.0%
  • Blade 8.1%
  • Shell 0.9%