@extends('installation.layout') @section('content') @include('installation.steps_style') @include('installation.steps_script')

DevPremier CRM Installation

Welcome To The Setup Wizard


1

Basic Details

2

Permissions

3

Database Details

4

SMTP Details

@csrf

Basic Details

Permissions

Directory Permissions
bootstrap/cache @if (@$bootstrap_permission >= '0755') @else @endif {{@$bootstrap_permission}}
storage/app @if (@$stg_app_permission >= '0755') @else @endif {{@$stg_app_permission}}
storage/framework @if (@$stg_framework_permission >= '0755') @else @endif {{@$stg_framework_permission}}
storage/logs @if (@$stg_logs_permission >= '0755') @else @endif {{@$stg_logs_permission}}
@if (@$stg_logs_permission >= '0755' && @$stg_framework_permission >= '0755' && @$stg_app_permission >= '0755' && @$bootstrap_permission >= '0755') @endif

Database Details

SMTP Details

Note: Run this Cron Job in your server to send email, because this software will insert the email data in the (queue)database, and on running cron, it will automatically be sent to the user from the database jobs table.

cd /path-to-project-root-directory/ && php artisan schedule:run >/dev/null 2>&1


@endsection