Skip to content

Instantly share code, notes, and snippets.

View guney's full-sized avatar

Güney Çobanoğlu guney

View GitHub Profile
@guney
guney / AssetsHelper.php
Last active October 12, 2016 19:17
Helper functions for using Laravel Elixir's versioning method on Lumen microframework.
<?php
// Place AssetsHelper.php file to the directory you wish, favourably inside app/Helpers.
// Then reference it from the composer.json.
if (!function_exists('public_path')) {
/**
* Get the path to the public folder.
*