Open diorges opened 9 years ago
/var/www/itaporanews.com/laravel/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php
* Get the regular expression for a generic Blade function. * * @param string $function * @return string */ public function createMatcher($function) { return '/(?<!\w)(\s*)@'.$function.'(\s*\(.*\))/'; }
I'm using php5.5 + nginx and laravel 4.1
what's your use code?
/var/www/itaporanews.com/laravel/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php
I'm using php5.5 + nginx and laravel 4.1