Download the PHP package zquintana/laravel-webpack without Composer
On this page you can find all versions of the php package zquintana/laravel-webpack. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-webpack
Package to Integrate Webpack into Laravel
Package to help integrating webpack into Laravel project.
What is webpack?
Module bundler and CommonJS / AMD dependency manager.
For me, it replaces both grunt/gulp and RequireJS.
What does this package do?
- Finds javascript entry points inside your blade templates.
- Runs webpack with assets-webpack-plugin.
- Saves generated file names, so that twig function returns correct URL to generated asset.
Additionally, for development environment:
- Runs webpack-dev-server, which serves and regenerates assets if they are changed.
- Watches twig templates for changes, updates entry points and restarts webpack-dev-server if webpack configuration changes.
More goodies:
- Lets you configure webpack config as you want, while still providing needed parameters from Laravel, like entry points, aliases, environment and additional parameters.
- Lets you define custom entry point providers if you don't use twig or include scripts in any other way.
- Works with images and css/less/sass files out-of-the-box, if needed.
- Supports both Webpack 2 (by default) and Webpack 1.
Credits
- Thanks to Marius Balčytis this package is a fork of his Symfony Webpack Bundle.
All versions of laravel-webpack with dependencies
PHP Build Version
Package Version
The package zquintana/laravel-webpack contains the following files
Loading the files please wait ....