Laravel 9 - How to use Laravel Webpack Mix

preview_player
Показать описание
If you don't wanna use Vite JS, in this video you will learn how to install laravel webpack mix for asset bundling in latest Laravel 9 version.

For support subscribe to my channel and hit the bell icon to not miss any updates.

If you enjoyed watching the video and see the content useful like the video and share it with your friends.

For suggestion or requests or any problem feel free to leave a comment on the video and I will respond as soon as possible.

Best Regards
Hafizullah Masoudi
Рекомендации по теме
Комментарии
Автор

Thank you so much this tutorial helped me a lot

evrardangui
Автор

yarn : The term 'yarn' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ yarn add laravel-mix --dev
+ ~~~~
+ CategoryInfo : ObjectNotFound: (yarn:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
it shows like this plzz help

keya
Автор

how to remove webpack(developement, mix )in laravel 9

mani.shankar
Автор

$ yarn run watch
yarn run v1.22.19
$ mix watch
i Compiling Mix
√ Mix: Compiled with some errors in 171.46ms
ERROR in /public/js/app
Module not found: Error: Can't resolve Pizza App\resources\css\app.css' in Pizza App'
Did you miss the leading dot in 'resolve.extensions'? Did you mean '[".*", ".wasm", ".mjs", ".js", ".jsx", ".json"]' instead of '["*", ".wasm", ".mjs", ".js", ".jsx", ".json"]'?

webpack compiled with 1 error ...i am getting this error please resolve🙏

nabanitapaul