Level 39
What's $__env?
$_ENV? But I don't understand your first line.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'am trying to host my project with ubuntu and i got this error.
PHP Notice: Undefined variable: __env in /var/www/html/config/storage/framework/views/0e20d65b6fa8a4350aa52960af917a7d45b80d6b.php on line 1
<?php $__env->startSection('content'); ?>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="card">
<div class="card-body">
<?php if(session('status')): ?>
<div class="alert alert-success" role="alert">
<?php echo e(session('status')); ?>
</div>
<?php endif; ?>
the $__env is giving a error. i don't understand what is going on. already tried php artisan view:clear and php artisan cache:clear dind't help.
What's $__env?
$_ENV? But I don't understand your first line.
Please or to participate in this conversation.