-
Notifications
You must be signed in to change notification settings - Fork 5
humanize function not found #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @FiloSpaTeam, You're right, I'm going to add this helper. Cheers, |
;-) I found this function and added in my global.php
|
Good catch, but it'll be easier for other users to have it bundled into Larasset. |
yeah ;D when bundled, i'll remove my function! thanks! |
Thanks! 💃 |
You're welcome, I'm going to backport this fix for Larasset 0.9 and 1.0 |
Closed
tortuetorche
pushed a commit
that referenced
this issue
Jul 2, 2015
tortuetorche
pushed a commit
that referenced
this issue
Jul 2, 2015
tortuetorche
pushed a commit
that referenced
this issue
Nov 27, 2015
Laravel 5.1 support! CoffeeScript compile now the JavaScript without the top-level function safety wrapper (non-bare mode) via larasset-js 1.2.0 ECMAScript 2015 (ES6) support with Babel via larasset-js 1.1.1 Add the humanize() function helper to fix the image_tag() helper (fix #15). Add a larasset.port config option. For handling correctly the --larasset-port option of the php artisan server command. Useful for your development environment when you run the assets server. The default port value is 3000. You can change it in the config/larasset.php file of your Laravel application. Replace the deprecated illuminate/html package by the laravelcollective/html package. Upgrade Notes (if you used previously this package with Laravel 4.x or 5.0): You should replace in the config/app.php file of your Laravel application: 'Illuminate\Html\HtmlServiceProvider', by 'Collective\Html\HtmlServiceProvider', 'Form' => 'Illuminate\Html\FormFacade', by 'Form' => 'Collective\Html\FormFacade', 'HTML' => 'Illuminate\Html\HtmlFacade', by 'HTML' => 'Collective\Html\HtmlFacade',
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When i use image_tag, i have this in console:

The text was updated successfully, but these errors were encountered: