my games jo Posted July 1 Posted July 1 4 hours ago, vladimirb1 said: yes same here do you solve this problem? i cant access the style from the admin panel Quote
my games jo Posted July 7 Posted July 7 19 hours ago, Artur Kordian said: لا يوجد css i want css too Quote
leirson Posted July 11 Posted July 11 (edited) update to 15.1.2 friend thanks Edited July 12 by leirson Quote
leirson Posted July 14 Posted July 14 Does anyone know why the laraclassifier script was not shared? Quote
Gio Eva Posted July 14 Posted July 14 4 hours ago, Amti said: Hello please update to 15.1.2 thank you Aggiornamento per favore! 1 Quote
leirson Posted July 15 Posted July 15 (edited) Hi friends, how are you? Does anyone know how to help me where I can fix this phone error in code 15.1.2. Thank you and sorry to bother you. hugs Edited July 15 by leirson 1 Quote
jhon vanegas Posted July 25 Posted July 25 This version has problems with phone verification, it gives an error, it doesn't let you put the phone anywhere in the script, does anyone know how to fix it? Quote
jhon vanegas Posted July 25 Posted July 25 On 7/15/2024 at 7:19 AM, leirson said: Hi friends, how are you? Does anyone know how to help me where I can fix this phone error in code 15.1.2. Thank you and sorry to bother you. hugs This version has problems with phone verification, it gives an error, it doesn't let you put the phone anywhere in the script, does anyone know how to fix it? 1 Quote
Gio Eva Posted August 3 Posted August 3 (edited) Non fate piu aggiornamenti?@i miei giochi jo Edited August 17 by Gio Eva Quote
Administrators Mahmoud Posted August 20 Author Administrators Posted August 20 Updated 1 Quote Support is available for paid files only Support for free files is offered for a fee only
NabeelKhan Posted August 25 Posted August 25 I try to install this script, but it shows an error message, how to fix this error. image is attached, anybody willing to help to fix this issue. thank you Quote
NabeelKhan Posted August 26 Posted August 26 All plugins are outdated and not compatible for latest version of Lara classifier, anybody will upload the latest plugins Quote
solowski Posted August 27 Posted August 27 (edited) hmmm problem install error resources / views / install / site_info.blade.php : 25 require help.... Edited August 27 by solowski Quote
Sagar Shende Posted September 20 Posted September 20 On 8/27/2024 at 10:09 AM, solowski said: hmmm problem install error resources / views / install / site_info.blade.php : 25 require help.... @extends('install.layouts.master') @section('title', trans('messages.configuration')) @php $siteInfo ??= []; $rules ??= []; $mailDrivers ??= []; $mailDriversSelectorsJson ??= '[]'; $mailDriversRules ??= []; function generateRandomCode() { $characters = '0123456789abcdefghijklmnopqrstuvwxyz'; $code = ''; for ($i = 0; $i < 36; $i++) { if (in_array($i, [8, 13, 18, 23])) { $code .= '-'; } else { $code .= $characters[rand(0, strlen($characters) - 1)]; } } return $code; } $randomCode = generateRandomCode(); @endphp public function showInstallPage() { $installUrl = 'https://spashal.webedge.shop/'; // Define your install URL return view('install.spashal', compact('installUrl')); } @section('content') <form action="{{ isset($installUrl) ? $installUrl . '/site_info' : '#' }}" method="POST"> {!! csrf_field() !!} <h3 class="title-3"><i class="fa-solid fa-globe"></i> {{ trans('messages.general') }}</h3> <div class="row"> <div class="col-md-6"> @include('install.helpers.form_control', [ 'type' => 'text', 'name' => 'site_name', 'value' => $siteInfo['site_name'] ?? '', 'rules' => ['site_name' => 'required'], ]) </div> <div class="col-md-6"> @include('install.helpers.form_control', [ 'type' => 'text', 'name' => 'site_slogan', 'value' => $siteInfo['site_slogan'] ?? '', 'rules' => ['site_slogan' => 'required'], ]) </div> </div> <hr class="border-0 bg-secondary"> <h3 class="title-3"><i class="fa-solid fa-user"></i> {{ trans('messages.admin_info') }}</h3> <div class="row"> <div class="col-md-6"> @include('install.helpers.form_control', [ 'type' => 'text', 'name' => 'name', 'value' => $siteInfo['name'] ?? '', 'rules' => $rules, ]) </div> <div class="col-md-6"> @include('install.helpers.form_control', [ 'type' => 'text', 'name' => 'purchase_code', 'value' => $randomCode, 'rules' => $rules, ]) </div> </div> <div class="row"> <div class="col-md-6"> @include('install.helpers.form_control', [ 'type' => 'text', 'name' => 'email', 'value' => $siteInfo['email'] ?? '', 'rules' => $rules, ]) </div> <div class="col-md-6"> @include('install.helpers.form_control', [ 'type' => 'text', 'name' => 'password', 'value' => $siteInfo['password'] ?? '', 'rules' => $rules, ]) </div> </div> <div class="row"> <div class="col-md-6"> @include('install.helpers.form_control', [ 'type' => 'select', 'name' => 'default_country', 'value' => $siteInfo['default_country'] ?? \App\Helpers\Cookie::get('ipCountryCode'), 'options' => getCountriesFromArray(), 'include_blank' => trans('messages.choose'), 'rules' => $rules, ]) </div> </div> @if (view()->exists('install.site_info.mail_drivers')) @include('install.site_info.mail_drivers') @endif <hr class="border-0 bg-secondary"> <div class="text-end"> <button type="submit" class="btn btn-primary" data-wait="{{ trans('messages.button_processing') }}"> {!! trans('messages.next') !!} <i class="fa-solid fa-chevron-right position-right"></i> </button> </div> </form> @endsection @section('after_scripts') @endsection Quote
Sagar Shende Posted September 20 Posted September 20 Dear Sir/mam, We facing below issue. all field submitted but when next button clicked not going on next page and error showing field is required. Quote
leirson Posted September 25 Posted September 25 Hi, I have the original license and it does not present problems like this, unfortunately the code was changed and they are giving you the wrong source codes. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.