- 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
php artisan optimize:clear
php artisan route:clear
php artisan cache:clear
php artisan config:cache
php artisan view:clear
- Select an image and click on "Upload Image" button
- Enter image URL and click on "Save Image" button
- Click on the Details button to view the details of an image