ImageSizeify is a powerful tool that allows users to resize images to specific dimensions, supporting multiple image formats. It offers predefined widths to choose from, making it easy to scale images for different use cases.It also provides the code adapted to it so the user can simply copy and paste it where needed.
Clone the repository :
git clone https://github.com/salahedarhri/image-sizeify.git
Navigate to the project directory & Install :
cd image-sizeify
composer install
npm install
Copy .env.example and fill it to connect to a mysql database :
cp .env.example .env
php artisan key:generate
Migrate:
php artisan migrate
To use Image Sizeify, Start the local development server in the bash terminal with :
php artisan serve