2017 © Pedro Peláez
 

library laravel-php-elixir-watch

Provides the watch functionality to Laravel PHP-Elixir

image

bluora/laravel-php-elixir-watch

Provides the watch functionality to Laravel PHP-Elixir

  • Friday, January 13, 2017
  • by bluora
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

__________.__          ___________.__  .__       .__        
\______   \  |__ ______\_   _____/|  | |__|__  __|__|______ 
 |     ___/  |  \\____ \|    __)_ |  | |  \  \/  /  \_  __ \
 |    |   |   Y  \  |_> >        \|  |_|  |>    <|  ||  | \/
 |____|   |___|  /   __/_______  /|____/__/__/\_ \__||__|   
               \/|__|          \/               \/          
                                        Elixir Watch Command

Provides the ability to watch changes in specified files or folder and automatically run elixir., (*1)

This package has been developed by H&H|Digital, an Australian botique developer. Visit us at hnh.digital., (*2)

Pre-install requirement

This package requires ext-inotify which can be installed by:, (*3)

$ pecl install inotify, (*4)

You will likely need to enable this extension. You can use the following (may not match your specific OS settings)., (*5)

$ echo "extension=inotify.so" | sudo tee /etc/php/7.1/mods-available/inotify.ini && sudo ln -s /etc/php/7.1/mods-available/inotify.ini /etc/php/7.1/cli/conf.d/20-inotify.ini, (*6)

Install

Via composer:, (*7)

$ composer require-dev bluora/laravel-php-elixir-watch ~3.0, (*8)

Enable the service provider by editing config/app.php:, (*9)

    'providers' => [
        ...
        Bluora\PhpElixirWatch\ServiceProvider::class,
        ...
    ];

Configuration

Watch configuruation item is only used by the elixir:watch console command., (*10)

In your elixir yaml configuration file, add watch and list each of the folders you want to automatically run the elixir command., (*11)

watch:
    - PATH_RESOURCES?filter=!php

Contributing

Please see CONTRIBUTING for details., (*12)

Credits

License

The MIT License (MIT). Please see License File for more information., (*13)

The Versions

13/01 2017

dev-master

9999999-dev

Provides the watch functionality to Laravel PHP-Elixir

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel php elixir watch

13/01 2017

v1.0.3

1.0.3.0

Provides the watch functionality to Laravel PHP-Elixir

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel php elixir watch

13/01 2017

v1.0.2

1.0.2.0

Provides the watch functionality to Laravel PHP-Elixir

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel php elixir watch

13/01 2017

v1.0.0

1.0.0.0

Provides the watch functionality to Laravel PHP-Elixir

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel php elixir watch

13/01 2017

v1.0.1

1.0.1.0

Provides the watch functionality to Laravel PHP-Elixir

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel php elixir watch