GitHunt
HA

HassanZahirnia/laravel-imagetools-issue

This repo is to demonstrate the issue discussed at JonasKruckenberg/imagetools#396

Instructions to run the project

  1. Rename .env.example to .env
  2. Run composer install
  3. Run npm install
  4. Run php artisan key:generate
  5. Run php artisan serve in a terminal and keep it open
  6. In another terminal run npm run dev and also keep it open
  7. Visit the url given by the serve command (step 5)
  8. You can see the image fails to load since it's going through vite-imagetools plugin via the ?webp
  9. The file you want to edit/play with is resources/views/pages/welcome.vue

Obviously you also need to have node, npm, composer and php installed on your machine.

Languages

PHP95.5%TypeScript2.0%Shell1.1%Vue0.8%Blade0.4%JavaScript0.2%CSS0.1%

Contributors

Created January 21, 2023
Updated January 21, 2023
HassanZahirnia/laravel-imagetools-issue | GitHunt