mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Update helpers
This commit is contained in:
@@ -108,7 +108,9 @@ class GeneratorCommand extends Command {
|
||||
|
||||
if(!empty($helpers)){
|
||||
foreach($helpers as $helper){
|
||||
$output .= str_replace(array('<?php', '?>'), '', \File::get($helper));
|
||||
if (file_exists($helper)){
|
||||
$output .= str_replace(array('<?php', '?>'), '', \File::get($helper));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@ return array(
|
||||
|
||||
'helper_files' => array(
|
||||
base_path().'/vendor/laravel/framework/src/Illuminate/Support/helpers.php',
|
||||
base_path().'/vendor/laravel/framework/preload/compiled.php',
|
||||
),
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user