2017 © Pedro Peláez
 

library bonzai-helper

A collection of Helpers and blade extensions for my gulp asset pipeline

image

ammonkc/bonzai-helper

A collection of Helpers and blade extensions for my gulp asset pipeline

  • Thursday, March 24, 2016
  • by ammonkc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

This Laravel 5 package with a collection of Helpers and blade extensions for my gulp asset pipeline, (*1)

This package assumes that your asset pipeline:

Installation

The package can be installed through Composer:, (*2)

composer require ammonkc/bonzai-helper

This service provider must be installed:, (*3)


//for laravel <=4.2: app/config/app.php 'providers' => [ ... 'Ammonkc\BonzaiHelper\BonzaiHelperServiceProvider' ... ];

This package also comes with a facade, which provides an easy way to call the the functionality., (*4)


//for laravel <=4.2: app/config/app.php 'aliases' => array( ... 'Bonzai' => 'Ammonkc\BonzaiHelper\BonzaiHelperFacade', ... )

Configuration

You can publish the configuration file using this command:, (*5)

php artisan config:publish ammonkc/bonzai-helper

A configuration-file with some sensible defaults will be placed in your config/packages directory:, (*6)

return
[
    /**
     * The url that points to the directory were your assets are stored
     *
     */
    'assetDir'         =>  'assets',
];

The Versions

24/03 2016

dev-master

9999999-dev

A collection of Helpers and blade extensions for my gulp asset pipeline

  Sources   Download

MIT

The Requires

 

by Ammon Casey

laravel helpers php assets blade

17/01 2015

0.0.1

0.0.1.0

A collection of Helpers and blade extensions for my gulp asset pipeline

  Sources   Download

MIT

The Requires

 

by Ammon Casey

laravel helpers php assets blade