Any loops in that file?
Jun 15, 2018
3
Level 1
laravel blade causing system panic, php dev server taking up all memory until frozen
the question may sound weird but apparently on using @include the php development server hangs on a single http request and begins to take all the system memory until everything is frozen and the system has to be restarted forcefully
** // my view folder structure partials |____ header.blade.php layout |____ layout.blade.php home.blade.php
**
** layout.blade.php:
@include('partials.header') **** home.blade.php
@extends('layout.layout') **
Level 122
Please or to participate in this conversation.