🍲dfcv🏰dd⋉(● ∸ ●)⋊@% PNG %k25u25%fgd5n! PNG %k25u25%fgd5n!common.blade.php000064400000012114152427622370007624 0ustar00
www.activeitzone.com
How to Install
View Documentation
step5.blade.php000064400000016441152427622370007403 0ustar00@extends('backend.layouts.blank') @section('content')

Active eCommerce CMS Settings

Fill this form with basic information & admin login credentials

@csrf
@include('installation.common')
@endsection step6.blade.php000064400000026270152427622370007405 0ustar00@extends('backend.layouts.blank') @section('content')

Congratulations!!!

You have successfully completed the installation process. Please Login to continue.

Configure the following setting to run the system properly.

  • SMTP Setting
  • Payment Method Configuration
  • Social Media Login Configuration
  • Facebook Chat Configuration

Demo account added for test purpose.

  • User Type Email Password
  • Customer customer@example.com 123456
  • Seller seller@example.com 123456
@include('installation.common')
@endsection step4.blade.php000064400000023330152427622370007375 0ustar00@extends('backend.layouts.blank') @section('content')

Import SQL

Your database is successfully connected. All you need to do now is hit the ‘Install’ Button. The auto installer will run a sql file, will do all the tiresome works and set up your application automatically.

@include('installation.common')
@endsection @section('scripts') @endsection step3.blade.php000064400000022154152427622370007377 0ustar00@extends('backend.layouts.blank') @section('content')

Database setup

Fill this form with valid database credentials

@if (isset($error))
Invalid Database Credentials!! Please check your database credentials carefully
@endif
@csrf
@php $route = ($_SERVER['SERVER_NAME'] == 'localhost' || $_SERVER['SERVER_NAME'] == '127.0.0.1') ? route('step1') : route('step2') @endphp
@include('installation.common')
@endsection step1.blade.php000064400000035137152427622370007402 0ustar00@extends('backend.layouts.blank') @section('content')

CHECKING FILE PERMISSIONS

We ran diagnosis on your server. Review the items that have a red mark on it.
If everything is green, you are good to go to the next step.

  • Php version 8.2 @php $phpVersion = number_format((float)phpversion(), 2, '.', ''); @endphp @if ($phpVersion >= 8.2) @else @endif
  • Curl Enabled @if ($permission['curl_enabled']) @else @endif
  • .env File Permission @if ($permission['db_file_write_perm']) @else @endif
  • RouteServiceProvider.php File Permission @if ($permission['routes_file_write_perm']) @else @endif

Note: Go to your server and find the php extension/package and disable pdo_mysql then enable nd_mysqli and nd_pdo_mysql both for preventing value convert issue like an integer to string.

@if ($permission['curl_enabled'] == 1 && $permission['db_file_write_perm'] == 1 && $permission['routes_file_write_perm'] == 1 && $phpVersion >= 7.20) @if ($_SERVER['SERVER_NAME'] == 'localhost' || $_SERVER['SERVER_NAME'] == '127.0.0.1') Go To Next Step @else Go To Next Step @endif @endif

@include('installation.common')
@endsection step2.blade.php000064400000024336152427622370007402 0ustar00@extends('backend.layouts.blank') @section('content')

Purchase Code

Provide your codecanyon purchase code.
Where to get purchase code?

@csrf

After activating the application you will get the system key.

@include('installation.common')
@endsection step0.blade.php000064400000031201152427622370007365 0ustar00@extends('backend.layouts.blank') @section('content')

ACTIVE ECOMMERCE CMS INSTALLATION

You will need to know the following items before proceeding

  1. Codecanyon purchase code
  2. Database Name
  3. Database Username
  4. Database Password
  5. Database Hostname

During the installation process, we will check if the files that are needed to be written (.env file) have write permission. We will also check if curl are enabled on your server or not.

Gather the information mentioned above before hitting the start installation button. If you are ready….

@include('installation.common')
@endsection