Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salahedarhri/image-sizeify
Image Sizeify is a laravel project for web developers to optimize images for website standards and make them SEO friendly.
https://github.com/salahedarhri/image-sizeify
alpinejs flowbite flowbiteui laravel laravel-framework livewire tailwind tailwindcss
Last synced: 30 days ago
JSON representation
Image Sizeify is a laravel project for web developers to optimize images for website standards and make them SEO friendly.
- Host: GitHub
- URL: https://github.com/salahedarhri/image-sizeify
- Owner: salahedarhri
- License: mit
- Created: 2024-06-02T10:18:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T20:49:33.000Z (3 months ago)
- Last Synced: 2024-09-26T20:43:59.160Z (about 1 month ago)
- Topics: alpinejs, flowbite, flowbiteui, laravel, laravel-framework, livewire, tailwind, tailwindcss
- Language: PHP
- Homepage:
- Size: 2.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 :
```bash
git clone https://github.com/salahedarhri/image-sizeify.git
```2. Navigate to the project directory & Install :
```bash
cd image-sizeify
composer install
npm install
```
4. Copy .env.example and fill it to connect to a mysql database :
```bash
cp .env.example .env
php artisan key:generate
```5. Migrate:
```bash
php artisan migrate
```## Usage
To use Image Sizeify, Start the local development server in the bash terminal with :
```bash
php artisan serve
```## Screenshots