Laravel - Blade comments , blade rendering causing page to crash

后端 未结 6 1903
清歌不尽
清歌不尽 2020-12-13 09:43

I\'m rendering a page that is primarily a form with view::make in Laravel and it is crashing, causing ERR_CONNECTION_RESET. After a long investigation and many

6条回答
  •  轮回少年
    2020-12-13 10:23

    I have same problem with laravel 5.1 and PHP 7 (new homestead). The work around was to use this:

    
    

    instead of this:

    {{-- XXX -- }}.
    

提交回复
热议问题