extrakun's avatar

Can I keep using Elixir/Gulp after migrating to Laravel 5.4?

A potentially dumb question here, however I couldn't find any answers to this online. Can I keep on using Elixir/Gulp after I migrate from Laravel 5.3 to 5.4?

0 likes
4 replies
extrakun's avatar

Thanks for the links; however I do not want to migrate to webpack as the project is already live and we just want to keep our build process.

So do I have to use Mix instead of Gulp if I want to migrate to 5.4?

lorvent's avatar
lorvent
Best Answer
Level 6

yes, in package.json add elixir

npm install laravel-elixir --save

and remove mix from package.json

then remove webpack.mix.js and add your old gulpfile.js

1 like
JeffreyWay's avatar

Yes, you may freely use any tool that you want.

1 like

Please or to participate in this conversation.