Skip to content

cyberjon/imgdl

Repository files navigation

Deployment steps

  • Create mysql db
  • Rename .env.example to .env
  • Change db credentials in .env
  • Run composer install
  • Run migration php artisan migrate --path=/database/migrations/2022_06_12_000000_create_images_table.php
  • Run php artisan serve to run project

For shared hosting

php artisan optimize:clear php artisan route:clear php artisan cache:clear php artisan config:cache php artisan view:clear

Upload Image

  • Select an image and click on "Upload Image" button

Download From URL

  • Enter image URL and click on "Save Image" button

View Details

  • Click on the Details button to view the details of an image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages