image-sizeify

Image Sizeify is a laravel project for web developers to optimize images for website standards and make them SEO friendly.

MIT License

Stars
0
Committers
2

Image Sizeify

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.

Requirements

  • PHP (>=8.2)
  • Composer
  • MySQL >= 5.7 ( or sqlite >= 3.8.8 )
  • Node.js & npm

Installation

  1. Clone the repository :

    git clone https://github.com/salahedarhri/image-sizeify.git
    
  2. Navigate to the project directory & Install :

    cd image-sizeify
    composer install
    npm install
    
  3. Copy .env.example and fill it to connect to a mysql database :

    cp .env.example .env
    php artisan key:generate
    
  4. Migrate:

    php artisan migrate
    

Usage

To use Image Sizeify, Start the local development server in the bash terminal with :

php artisan serve 

Screenshots

Related Projects