oniti/webpack-helper

Permet d'insérer les fichiers js et css automatiquement a partir d'un manifest webpack

dev-master 2018-05-15 13:33 UTC

This package is auto-updated.

Last update: 2024-04-24 19:05:57 UTC


README

Installation

    composer require oniti/webpack-helper

The next required step is to add the service provider to config/app.php :

    Oniti\WebPackHelper\WebpackHelperProvider::class,

Publish

The last required step is to publish views and assets in your application with :

    php artisan vendor:publish