skip to Main Content

ErrorException Undefined variable: addon – Plesk

IlluminateFoundationBootstrapHandleExceptions::handleError vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php:19 This is the code here public static function initializeCache() { Cache::rememberForever($addon->unique_identifier.'-purchased', function () { return 'yes'; }); } Please help me this is happening when i try to login in to the admin panel. rest is working fine.…

VIEW QUESTION

GET http://localhost:8000/= 404 (Not Found) using Laravel/ajax – Jquery ajax

Ihave the following code which displays the notifications : <div class="position-relative d-inline-block"> <button class="header-icon btn btn-empty" type="button" id="notificationButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <i class="simple-icon-bell"></i> <span class="count">{{$contrats_expires_count}}</span> </button> <div class="dropdown-menu dropdown-menu-right mt-3 position-absolute abc" id="notificationDropdown"> @foreach($contrats_expires as $contrats_expires) <a href="{{ route('getcontrat', $contrats_expires->id_contrat)…

VIEW QUESTION
Back To Top
Search