campaigningbureau/laravel-page-mix
Composer 安装命令:
composer require campaigningbureau/laravel-page-mix
包简介
Parses mix-manifest.json to automatically implement the Javascript named after the current route.
README 文档
README
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
CampaigningBureau\LaravelPageMix\Provider\LaravelPageMixProvider::class,
Use pageMix() instead of mix('page.js')
<script src="{{ pageMix() }}"></script>
Config
Publish the config file by executing the following command:
php artisan vendor:publish --provider=CampaigningBureau\\LaravelPageMix\\Provider\\LaravelPageMixProvider
It allows to configure a default file path if the route does not match any file name
统计信息
- 总下载量: 858
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-09-17