Download the PHP package mscharl/laravel-page-mix without Composer
On this page you can find all versions of the php package mscharl/laravel-page-mix. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mscharl/laravel-page-mix
More information about mscharl/laravel-page-mix
Files in mscharl/laravel-page-mix
Download mscharl/laravel-page-mix
More information about mscharl/laravel-page-mix
Files in mscharl/laravel-page-mix
Vendor mscharl
Package laravel-page-mix
Short Description Parses mix-manifest.json to automatically implement the Javascript named after the current route.
License MIT
Package laravel-page-mix
Short Description Parses mix-manifest.json to automatically implement the Javascript named after the current route.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-page-mix
laravel-page-mix
This package parses your mix-manifest.json
to automatically implement the
Javascript named after the current route.
Setup
Add the service provider to the config/app.php
provider array
Use pageMix()
instead of mix('page.js')
Config
Publish the config file by executing the following command:
It allows to configure a default file path if the route does not match any file name
All versions of laravel-page-mix with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/filesystem Version ^5.0,<5.5
illuminate/support Version ^5.0,<5.5
illuminate/routing Version ^5.0,<5.5
illuminate/filesystem Version ^5.0,<5.5
illuminate/support Version ^5.0,<5.5
illuminate/routing Version ^5.0,<5.5
The package mscharl/laravel-page-mix contains the following files
Loading the files please wait ....