PHP code example of hnhdigital-os / laravel-php-elixir

1. Go to this page and download the library: Download hnhdigital-os/laravel-php-elixir library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

hnhdigital-os / laravel-php-elixir example snippets


    'providers' => [
        ...
        Bluora\PhpElixir\ServiceProvider::class,
        ...
    ];
yaml
watch:
    - PATH_RESOURCES?filter=!php
yaml
exec:
    php: artisan inspire
yaml
revision:
    PATH_PUBLIC_ASSETS:
        - PATH_PUBLIC_BUILD
        - PATH_PUBLIC_BUILD + /rev-manifest.json
        - hash_length=12&minify=true&php_manifest=true