Файловый менеджер - Редактировать - /home/easybachat/resumewing.com/resources/views/setup/update.blade.php
Ðазад
{{-- * JobClass - Job Board Web Application * Copyright (c) BeDigit. All Rights Reserved * * Website: https://laraclassifier.com/jobclass * Author: Mayeul Akpovi (BeDigit - https://bedigit.com) * * LICENSE * ------- * This software is provided under a license agreement and may only be used or copied * in accordance with its terms, including the inclusion of the above copyright notice. * As this software is sold exclusively on CodeCanyon, * please review the full license details here: https://codecanyon.net/licenses/standard --}} @php use App\Helpers\Common\Files\Storage\StorageDisk; // Get the App's Logo $logoImgStyle = 'width:auto; height:40px; margin:0 5px 0 0;'; $logoImg = '<img src="' . url('images/logo.png') . '" style="' . $logoImgStyle . '" class="img-responsive"/>'; try { if (is_link(public_path('storage'))) { $disk = StorageDisk::getDisk(); $defaultLogo = config('larapen.media.logo'); if (!empty($defaultLogo) && $disk->exists($defaultLogo)) { $logoUrl = $disk->url($defaultLogo); $logoImg = '<img src="' . $logoUrl . '" style="' . $logoImgStyle . '" class="img-responsive"/>'; } } } catch (\Throwable $e) {} @endphp <!DOCTYPE html> <html lang="{{ getLangTag(config('app.locale', 'en')) }}"> <head> <title>Update</title> <meta charset="{{ config('larapen.core.charset', 'utf-8') }}"> <meta name="csrf-token" content="{{ csrf_token() }}"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet"> <style> html, body { height: 100%; margin: 0; } body { background: #efefef; overflow: auto; font-family: Roboto, 'Helvetica Neue', sans-serif; font-size: 16px; text-align: center; } .button { color: #fff; background-color: #1565C0; border: 1px solid transparent; padding: 0 15px; border-radius: 3px; font-size: 14px; font-family: inherit; font-weight: 500; cursor: pointer; min-width: 88px; line-height: 36px; text-transform: uppercase; text-align: center; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26); } .container { max-width: 800px; margin: 0 auto; padding-top: 80px; } .panel { background: #fff; box-shadow: 1px 1px 2px 0 #d0d0d0; padding: 20px 30px 40px; margin-top: 50px; border-radius: 4px; } p { margin: 15px 0 25px 0; } </style> </head> <body> <div class="container"> {!! $logoImg !!} <form class="panel" action="{{ url('upgrade/run') }}" method="post" novalidate> {{ csrf_field() }} <p>This might take several minutes, please don't close this browser tab while update is in progress.</p> <button class="button" type="submit">Upgrade Now</button> </form> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0.29 |
proxy
|
phpinfo
|
ÐаÑтройка