在Laravel中处理文件

时间:2019-01-22 14:51:35

标签: php laravel

这个问题听起来很简单,但这对我来说是一个严重的问题 我想将我的Laravel项目从本地主机转移到主机 在bootstrap / cache / config.php,文件被寻址 但我不知道如何更改此地址。

我要更改的bootstrap / cache / config.php部分:

    array (
      'address' => 'hello@example.com',
      'name' => 'Example',
    ),
    'encryption' => 'ssl',
    'username' => 'myemail',
    'password' => 'pass',
    'sendmail' => '/usr/sbin/sendmail -bs',
    'markdown' => 
    array (
      'theme' => 'default',
      'paths' => 
      array (
        0 => 'C:\\wamp\\www\\Smm\\laravel\\resources\\views/vendor/mail',
      ),
    ),
  ),

应该注意,我有自己的项目文件夹 (资源,存储,供应商,...)我将自己保留在“重置”文件夹中。 重置文件夹位于根目录中。

1 个答案:

答案 0 :(得分:1)

'文件'=> storage_path('框架/会话'),

请参阅:https://laravel.com/docs/5.7/helpers#method-storage-path