mercredi 24 mai 2017

Mix/version images in Laravel 5.4?

I want to use mix on a set of images. First I copy them:

mix.copy('resources/images', 'public/images');

Then version:

mix.version();

The above does nothing to the images.

I've also tried specifying the path:

mix.version('public/images/*');

But I get a no such file or directory error.

How can I version the images?



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2qVvRoP
via IFTTT

Aucun commentaire:

Enregistrer un commentaire