Category Employers

Section for Employers

Important Documents for HR Professionals and Employers

Have you ever asked why documents are so significant for any business? They go about as confirmation of records of all the official activities of the organization. HR Documents are fundamental for recording all the exchanges, activities, and occasions identified… Continue Reading →

How to post jobs using XML feed at jobgrin

What is an XML feed? An XML feed is files that include the content in specific tags or markup. Nowadays, recruitment companies use XML job feeds for a job posting to ensure that there is no important information missed out…. Continue Reading →

Best HR Software that can save time up to 600%

This article extensively covers how you can reap benefits from top HR software and bring unbelievable pace and perfection to the whole HR process. Being an owner of a small business, balancing all of your different responsibilities & roles can… Continue Reading →

Managing remote teams: How to Support a Work-from-Home ...

2022 was predicted as the “remote work’s year.” However, even the most optimistic advocates for telecommuting never anticipated the world’s biggest launch of work-from-home experiments before the first quarter’s end.  While many individuals are used to expensive offices in our… Continue Reading →

How to Hire and Manage the Best Copywriters in 2023?

Since we at JobGrin have been working with freelance copywriters for many years, we can share some of the wisdom we have learned. The past years have been spent in digital marketing recruitment; we have explored deepness! We have learned the value… Continue Reading →

How to Engage Job Seekers Online: 18 TESTED TRICKS

In today’s online recruitment market, which is getting competitive, your company requires access to quality portfolios to recruit the right talent for the right job at the correct time. While the increment of online recruitment has widely raised the capabilities… Continue Reading →

15 Types of Employee Benefits : Every HR Should Impleme...

Employers provide benefits to make the experience of working at that firm more pleasurable for workers, which can convert into a variety of advantages for the organization. For starters, comprehensive benefits are recognized to boost worker productivity. As per an… Continue Reading →

Expert Tips For Effective Social Recruiting

Facebook & LinkedIn are among the most effective tools accessible for social recruiting today. Facebook has 2.895 billion monthly active users (MAUs) and often outnumbers Google’s daily site views. Likewise, LinkedIn’s registered user base has grown from more than 810… Continue Reading →

Best Employee Recognition: Let apps help you out!

It is not easy to stay motivated at work. It can be not easy to stay motivated in a workplace where the routine of the 9-5 is so common. Recognizing the hard work of your employees may also prove challenging…. Continue Reading →

How to Support Employee Mental Health Issues

Although organizations are trying to get people talking more freely concerning their mental state, it’s still extremely taboo. However, with our study finding that one-third of (35.2 percent) professionals are affected by mental health problems (anxiety or depression), it’s evident… Continue Reading →

« Older posts Newer posts »
Whoops! There was an error.
Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR)
Class 'Elementor\Plugin' not found Symfony\Component\Debug\Exception\FatalThrowableError thrown with message "Class 'Elementor\Plugin' not found" Stacktrace: #12 Symfony\Component\Debug\Exception\FatalThrowableError in /home/jobgrinco/public_html/blog/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Elements.php:422 #11 Essential_Addons_Elementor\Classes\Bootstrap:render_global_html in /home/jobgrinco/public_html/blog/wp-includes/class-wp-hook.php:286 #10 WP_Hook:apply_filters in /home/jobgrinco/public_html/blog/wp-includes/class-wp-hook.php:310 #9 WP_Hook:do_action in /home/jobgrinco/public_html/blog/wp-includes/plugin.php:465 #8 do_action in /home/jobgrinco/public_html/blog/wp-includes/general-template.php:2761 #7 wp_footer in /home/jobgrinco/public_html/blog/wp-content/themes/baskerville/footer.php:92 #6 require_once in /home/jobgrinco/public_html/blog/wp-includes/template.php:722 #5 load_template in /home/jobgrinco/public_html/blog/wp-includes/template.php:671 #4 locate_template in /home/jobgrinco/public_html/blog/wp-includes/general-template.php:76 #3 get_footer in /home/jobgrinco/public_html/blog/wp-content/themes/baskerville/index.php:106 #2 include in /home/jobgrinco/public_html/blog/wp-includes/template-loader.php:78 #1 require_once in /home/jobgrinco/public_html/blog/wp-blog-header.php:19 #0 require in /home/jobgrinco/public_html/blog/index.php:17
12
Symfony\Component\Debug\Exception\FatalThrowableError
/home/jobgrinco/public_html/blog/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Elements.php422
11
Essential_Addons_Elementor\Classes\Bootstrap render_global_html
/home/jobgrinco/public_html/blog/wp-includes/class-wp-hook.php286
10
WP_Hook apply_filters
/home/jobgrinco/public_html/blog/wp-includes/class-wp-hook.php310
9
WP_Hook do_action
/home/jobgrinco/public_html/blog/wp-includes/plugin.php465
8
do_action
/home/jobgrinco/public_html/blog/wp-includes/general-template.php2761
7
wp_footer
/home/jobgrinco/public_html/blog/wp-content/themes/baskerville/footer.php92
6
require_once
/home/jobgrinco/public_html/blog/wp-includes/template.php722
5
load_template
/home/jobgrinco/public_html/blog/wp-includes/template.php671
4
locate_template
/home/jobgrinco/public_html/blog/wp-includes/general-template.php76
3
get_footer
/home/jobgrinco/public_html/blog/wp-content/themes/baskerville/index.php106
2
include
/home/jobgrinco/public_html/blog/wp-includes/template-loader.php78
1
require_once
/home/jobgrinco/public_html/blog/wp-blog-header.php19
0
require
/home/jobgrinco/public_html/blog/index.php17
/home/jobgrinco/public_html/blog/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Elements.php
        }
 
        $post_id         = get_the_ID();
        $html            = '';
        $global_settings = $settings_data = $document = [];
 
        if ( $this->get_settings( 'reading-progress' ) || $this->get_settings( 'table-of-content' ) || $this->get_settings( 'scroll-to-top' ) ) {
            $html            = '';
            $global_settings = get_option( 'eael_global_settings' );
 
            $is_archive_template = $this->eael_is_theme_builder_archive_template();
            if( ! empty ( $is_archive_template ) ){
                $template_id = $this->eael_get_theme_builder_archive_template_id();
 
                if ( ! empty( $template_id ) ) {
                    $post_id = $template_id;
                }
            }
 
            $document = Plugin::$instance->documents->get( $post_id, false );
 
            if ( is_object( $document ) ) {
                $settings_data = $document->get_settings();
            }
        }
 
        // Reading Progress Bar
        if ( $this->get_settings( 'reading-progress' ) == true ) {
            $reading_progress_status = $global_reading_progress = false;
 
            if ( isset( $settings_data['eael_ext_reading_progress'] ) && $settings_data['eael_ext_reading_progress'] == 'yes' ) {
                $reading_progress_status = true;
            } elseif ( isset( $global_settings['reading_progress']['enabled'] ) && $global_settings['reading_progress']['enabled'] ) {
                $reading_progress_status = true;
                $global_reading_progress = true;
                $settings_data           = $global_settings['reading_progress'];
            }
 
            if ( $reading_progress_status ) {
                if ( ! empty( $document ) && is_object( $document ) ) {
Arguments
  1. "Class 'Elementor\Plugin' not found"
    
/home/jobgrinco/public_html/blog/wp-includes/class-wp-hook.php
        }
 
        $nesting_level = $this->nesting_level++;
 
        $this->iterations[ $nesting_level ] = array_keys( $this->callbacks );
        $num_args                           = count( $args );
 
        do {
            $this->current_priority[ $nesting_level ] = $priority = current( $this->iterations[ $nesting_level ] );
 
            foreach ( $this->callbacks[ $priority ] as $the_ ) {
                if ( ! $this->doing_action ) {
                    $args[0] = $value;
                }
 
                // Avoid the array_slice if possible.
                if ( $the_['accepted_args'] == 0 ) {
                    $value = call_user_func_array( $the_['function'], array() );
                } elseif ( $the_['accepted_args'] >= $num_args ) {
                    $value = call_user_func_array( $the_['function'], $args );
                } else {
                    $value = call_user_func_array( $the_['function'], array_slice( $args, 0, (int) $the_['accepted_args'] ) );
                }
            }
        } while ( false !== next( $this->iterations[ $nesting_level ] ) );
 
        unset( $this->iterations[ $nesting_level ] );
        unset( $this->current_priority[ $nesting_level ] );
 
        $this->nesting_level--;
 
        return $value;
    }
 
    /**
     * Executes the callback functions hooked on a specific action hook.
     *
     * @since 4.7.0
     *
     * @param mixed $args Arguments to pass to the hook callbacks.
Arguments
  1. ""
    
/home/jobgrinco/public_html/blog/wp-includes/class-wp-hook.php
        } while ( false !== next( $this->iterations[ $nesting_level ] ) );
 
        unset( $this->iterations[ $nesting_level ] );
        unset( $this->current_priority[ $nesting_level ] );
 
        $this->nesting_level--;
 
        return $value;
    }
 
    /**
     * Executes the callback functions hooked on a specific action hook.
     *
     * @since 4.7.0
     *
     * @param mixed $args Arguments to pass to the hook callbacks.
     */
    public function do_action( $args ) {
        $this->doing_action = true;
        $this->apply_filters( '', $args );
 
        // If there are recursive calls to the current action, we haven't finished it until we get to the last one.
        if ( ! $this->nesting_level ) {
            $this->doing_action = false;
        }
    }
 
    /**
     * Processes the functions hooked into the 'all' hook.
     *
     * @since 4.7.0
     *
     * @param array $args Arguments to pass to the hook callbacks. Passed by reference.
     */
    public function do_all_hook( &$args ) {
        $nesting_level                      = $this->nesting_level++;
        $this->iterations[ $nesting_level ] = array_keys( $this->callbacks );
 
        do {
            $priority = current( $this->iterations[ $nesting_level ] );
Arguments
  1. null
    
  2. array:1 [
      0 => ""
    ]
    
/home/jobgrinco/public_html/blog/wp-includes/plugin.php
            array_pop( $wp_current_filter );
        }
        return;
    }
 
    if ( ! isset( $wp_filter['all'] ) ) {
        $wp_current_filter[] = $tag;
    }
 
    $args = array();
    if ( is_array( $arg ) && 1 == count( $arg ) && isset( $arg[0] ) && is_object( $arg[0] ) ) { // array(&$this)
        $args[] =& $arg[0];
    } else {
        $args[] = $arg;
    }
    for ( $a = 2, $num = func_num_args(); $a < $num; $a++ ) {
        $args[] = func_get_arg( $a );
    }
 
    $wp_filter[ $tag ]->do_action( $args );
 
    array_pop( $wp_current_filter );
}
 
/**
 * Retrieve the number of times an action is fired.
 *
 * @since 2.1.0
 *
 * @global array $wp_actions Increments the amount of times action was triggered.
 *
 * @param string $tag The name of the action hook.
 * @return int The number of times action hook $tag is fired.
 */
function did_action( $tag ) {
    global $wp_actions;
 
    if ( ! isset( $wp_actions[ $tag ] ) ) {
        return 0;
    }
Arguments
  1. array:1 [
      0 => ""
    ]
    
/home/jobgrinco/public_html/blog/wp-includes/general-template.php
     *
     * @since 1.5.0
     */
    do_action( 'wp_head' );
}
 
/**
 * Fire the wp_footer action.
 *
 * See {@see 'wp_footer'}.
 *
 * @since 1.5.1
 */
function wp_footer() {
    /**
     * Prints scripts or data before the closing body tag on the front end.
     *
     * @since 1.5.1
     */
    do_action( 'wp_footer' );
}
 
/**
 * Fire the wp_body_open action.
 *
 * * See {@see 'wp_body_open'}.
 *
 * @since 5.2.0
 */
function wp_body_open() {
    /**
     * Triggered after the opening <body> tag.
     *
     * @since 5.2.0
     */
    do_action( 'wp_body_open' );
}
 
/**
 * Display the links to the general feeds.
Arguments
  1. "wp_footer"
    
/home/jobgrinco/public_html/blog/wp-content/themes/baskerville/footer.php
 
        <!-- <p class="credits-left fleft">
        
            &copy; <?php echo date( 'Y' ) ?> <a href="<?php echo home_url(); ?>"><?php bloginfo( 'name' ); ?></a><span> &mdash; <?php printf( __( 'Powered by <a href="%s">WordPress</a>', 'baskerville'), 'http://www.wordpress.org' ); ?></span>
        
        </p>
        
        <p class="credits-right fright">
            
            <span><?php printf( __( 'Theme by <a href="%s">Anders Noren</a>', 'baskerville' ), 'https://www.andersnoren.se' ); ?> &mdash; </span><a class="tothetop" href="#"><?php _e( 'Up', 'baskerville' ); ?> &uarr;</a>
            
        </p> -->
        
        <div class="clear"></div>
    
    </div><!-- .credits-inner -->
    
</div><!-- .credits -->
 
<?php wp_footer(); ?>
 
 
<script type="text/javascript">
    $(document).ready(function(){
        $('.notifi-badge').show();
        $('.notifi-badge').text($('.total_message_alert_count').val());
 
        $(window).scroll(function() {
            //for mobile menu scroll position fixed
            if ($(this).scrollTop() > 1){  
                    $('.sidebar').css("top", "20px");
              }
              else{    
                $('.sidebar').css("top", "unset");
              }
        });
 
        $('.employer_resource,.fa-search-search-icon').on('click',function(){
            $('.imagepreview').attr('src', $(this).attr('src'));
            $('#imagemodal').modal('show');  
/home/jobgrinco/public_html/blog/wp-includes/template.php
 
    if ( is_array( $wp_query->query_vars ) ) {
        /*
         * This use of extract() cannot be removed. There are many possible ways that
         * templates could depend on variables that it creates existing, and no way to
         * detect and deprecate it.
         *
         * Passing the EXTR_SKIP flag is the safest option, ensuring globals and
         * function variables cannot be overwritten.
         */
        // phpcs:ignore WordPress.PHP.DontExtract.extract_extract
        extract( $wp_query->query_vars, EXTR_SKIP );
    }
 
    if ( isset( $s ) ) {
        $s = esc_attr( $s );
    }
 
    if ( $require_once ) {
        require_once( $_template_file );
    } else {
        require( $_template_file );
    }
}
 
Arguments
  1. "/home/jobgrinco/public_html/blog/wp-content/themes/baskerville/footer.php"
    
/home/jobgrinco/public_html/blog/wp-includes/template.php
function locate_template( $template_names, $load = false, $require_once = true ) {
    $located = '';
    foreach ( (array) $template_names as $template_name ) {
        if ( ! $template_name ) {
            continue;
        }
        if ( file_exists( STYLESHEETPATH . '/' . $template_name ) ) {
            $located = STYLESHEETPATH . '/' . $template_name;
            break;
        } elseif ( file_exists( TEMPLATEPATH . '/' . $template_name ) ) {
            $located = TEMPLATEPATH . '/' . $template_name;
            break;
        } elseif ( file_exists( ABSPATH . WPINC . '/theme-compat/' . $template_name ) ) {
            $located = ABSPATH . WPINC . '/theme-compat/' . $template_name;
            break;
        }
    }
 
    if ( $load && '' != $located ) {
        load_template( $located, $require_once );
    }
 
    return $located;
}
 
/**
 * Require the template file with WordPress environment.
 *
 * The globals are set up for the template file to ensure that the WordPress
 * environment is available from within the function. The query variables are
 * also available.
 *
 * @since 1.5.0
 *
 * @global array      $posts
 * @global WP_Post    $post
 * @global bool       $wp_did_header
 * @global WP_Query   $wp_query
 * @global WP_Rewrite $wp_rewrite
 * @global wpdb       $wpdb
Arguments
  1. "/home/jobgrinco/public_html/blog/wp-content/themes/baskerville/footer.php"
    
  2. true
    
/home/jobgrinco/public_html/blog/wp-includes/general-template.php
function get_footer( $name = null ) {
    /**
     * Fires before the footer template file is loaded.
     *
     * @since 2.1.0
     * @since 2.8.0 $name parameter added.
     *
     * @param string|null $name Name of the specific footer file to use. null for the default footer.
     */
    do_action( 'get_footer', $name );
 
    $templates = array();
    $name      = (string) $name;
    if ( '' !== $name ) {
        $templates[] = "footer-{$name}.php";
    }
 
    $templates[] = 'footer.php';
 
    locate_template( $templates, true );
}
 
/**
 * Load sidebar template.
 *
 * Includes the sidebar template for a theme or if a name is specified then a
 * specialised sidebar will be included.
 *
 * For the parameter, if the file is called "sidebar-special.php" then specify
 * "special".
 *
 * @since 1.5.0
 *
 * @param string $name The name of the specialised sidebar.
 */
function get_sidebar( $name = null ) {
    /**
     * Fires before the sidebar template file is loaded.
     *
     * @since 2.2.0
Arguments
  1. array:1 [
      0 => "footer.php"
    ]
    
  2. true
    
/home/jobgrinco/public_html/blog/wp-content/themes/baskerville/index.php
    
    <?php if ( $wp_query->max_num_pages > 1 ) : ?>
        
        <div class="archive-nav section-inner">
                    
            <?php echo get_next_posts_link( '&laquo; ' . __( 'Older posts', 'baskerville' ) ); ?>
                        
            <?php echo get_previous_posts_link( __( 'Newer posts', 'baskerville') . ' &raquo;' ); ?>
            
            <div class="clear"></div>
            
        </div><!-- .post-nav archive-nav -->
    
    <?php endif; ?>
            
    <div class="clear"></div>
 
</div><!-- .wrapper -->
                              
<?php get_footer(); ?>
/home/jobgrinco/public_html/blog/wp-includes/template-loader.php
    elseif ( is_single() && $template = get_single_template() ) :
    elseif ( is_page() && $template = get_page_template() ) :
    elseif ( is_singular() && $template = get_singular_template() ) :
    elseif ( is_category() && $template = get_category_template() ) :
    elseif ( is_tag() && $template = get_tag_template() ) :
    elseif ( is_author() && $template = get_author_template() ) :
    elseif ( is_date() && $template = get_date_template() ) :
    elseif ( is_archive() && $template = get_archive_template() ) :
    else :
        $template = get_index_template();
    endif;
    /**
     * Filters the path of the current template before including it.
     *
     * @since 3.0.0
     *
     * @param string $template The path of the template to include.
     */
    if ( $template = apply_filters( 'template_include', $template ) ) {
        include( $template );
    } elseif ( current_user_can( 'switch_themes' ) ) {
        $theme = wp_get_theme();
        if ( $theme->errors() ) {
            wp_die( $theme->errors() );
        }
    }
    return;
endif;
 
Arguments
  1. "/home/jobgrinco/public_html/blog/wp-content/themes/baskerville/index.php"
    
/home/jobgrinco/public_html/blog/wp-blog-header.php
<?php
/**
 * Loads the WordPress environment and template.
 *
 * @package WordPress
 */
 
if ( ! isset( $wp_did_header ) ) {
 
    $wp_did_header = true;
 
    // Load the WordPress library.
    require_once( dirname( __FILE__ ) . '/wp-load.php' );
 
    // Set up the WordPress query.
    wp();
 
    // Load the theme template.
    require_once( ABSPATH . WPINC . '/template-loader.php' );
 
}
 
Arguments
  1. "/home/jobgrinco/public_html/blog/wp-includes/template-loader.php"
    
/home/jobgrinco/public_html/blog/index.php
<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */
 
/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define( 'WP_USE_THEMES', true );
 
/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
 
Arguments
  1. "/home/jobgrinco/public_html/blog/wp-blog-header.php"
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
SERVER_SOFTWARE
"Apache"
REQUEST_URI
"/blog/category/employers/page/2/"
PATH
"/usr/local/bin:/usr/bin:/bin"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
PWD
"/"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_CONNECTION
"Keep-Alive"
CONTENT_LENGTH
"0"
HTTP_HOST
"jobgrin.co.in"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
HTTP_X_FORWARDED_FOR
"3.144.243.184"
HTTP_CF_RAY
"8772996cc8a56351-ORD"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_CF_VISITOR
"{\"scheme\":\"https\"}"
HTTP_CDN_LOOP
"cloudflare"
HTTP_CF_IPCOUNTRY
"US"
HTTP_X_HTTPS
"1"
REDIRECT_UNIQUE_ID
"ZiNNFn8fNzAm2dHG8zi7iQAAAA4"
REDIRECT_SCRIPT_URL
"/blog/category/employers/page/2/"
REDIRECT_SCRIPT_URI
"https://jobgrin.co.in/blog/category/employers/page/2/"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"jobgrin.co.in"
REDIRECT_STATUS
"200"
UNIQUE_ID
"ZiNNFn8fNzAm2dHG8zi7iQAAAA4"
SCRIPT_URL
"/blog/category/employers/page/2/"
SCRIPT_URI
"https://jobgrin.co.in/blog/category/employers/page/2/"
HTTPS
"on"
SSL_TLS_SNI
"jobgrin.co.in"
SERVER_SIGNATURE
""
SERVER_NAME
"jobgrin.co.in"
SERVER_ADDR
"172.31.10.29"
SERVER_PORT
"443"
REMOTE_ADDR
"3.144.243.184"
DOCUMENT_ROOT
"***************************"
REQUEST_SCHEME
"https"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/home/jobgrinco/public_html"
SERVER_ADMIN
"[email protected]"
SCRIPT_FILENAME
"******************************************"
REMOTE_PORT
"49642"
REDIRECT_URL
"/blog/category/employers/page/2/"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
SCRIPT_NAME
"/blog/index.php"
PHP_SELF
"/blog/index.php"
REQUEST_TIME_FLOAT
"1713589526.3817"
REQUEST_TIME
"1713589526"
argv
[]
argc
"0"
APP_ENV
"production"
APP_KEY
"***************************************************"
APP_DEBUG
"false"
APP_URL
"https://jobgrin.co.in"
APP_LOCALE
"en"
APP_FALLBACK_LOCALE
"en"
APP_VERSION
"3.6"
PURCHASE_CODE
"123456"
FORCE_HTTPS
"false"
DB_HOST
"*********"
DB_PORT
"****"
DB_DATABASE
"**************"
DB_USERNAME
"**************"
DB_PASSWORD
"**************"
DB_SOCKET
""
DB_TABLES_PREFIX
""
DB_CHARSET
"utf8"
DB_COLLATION
"utf8_unicode_ci"
DB_DUMP_COMMAND_PATH
""
DB_MSSQL_HOST
"**************"
DB_MSSQL_PORT
"****"
DB_MSSQL_DATABASE
"************"
DB_MSSQL_USERNAME
"*********"
DB_MSSQL_PASSWORD
"***********"
IMAGE_DRIVER
"gd"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"****"
REDIS_PORT
"6379"
APP_LOG_LEVEL
"debug"
APP_LOG
"daily"
APP_LOG_MAX_FILES
"2"
FORM_REGISTER_HIDE_PHONE
"false"
FORM_REGISTER_HIDE_EMAIL
"false"
FORM_REGISTER_HIDE_USERNAME
"true"
EMPLOYER_EMAIL
"**********************"
ADMIN_EMAIL
"*******************************"
META_URL
"JobGrin.co.in"
MAIL_DRIVER
"****"
MAIL_HOST
"******************"
MAIL_PORT
"***"
MAIL_USERNAME
"**********************"
MAIL_PASSWORD
"************"
MAIL_ENCRYPTION
"ssl"
GOOGLE_CLIENT_ID
"************************************************************************"
GOOGLE_CLIENT_SECRET
"************************"
GOOGLE_REDIRECT
"************************************************"
FACEBOOK_CLIENT_ID
"****************"
FACEBOOK_CLIENT_SECRET
"********************************"
FACEBOOK_REDIRECT
"**************************************************"
LINKEDIN_CLIENT_ID
"81aeeh1kfp6j32"
LINKEDIN_CLIENT_SECRET
"MI9270gHIbcQUcIF"
LINKEDIN_REDIRECT
"https://login.jobgrin.co.in/auth/linkedin/callback"
RECAPTCHA_PUBLIC_KEY
"6LdvMqQUAAAAANEKzKxtnBRt3Br_Y9xTAucAQev-"
RECAPTCHA_PRIVATE_KEY
"6LdvMqQUAAAAAK8g_9q3UXZ3paByam4LJDqSkgJ2"
RAZOR_KEY
"rzp_live_s4BmQ1kuZ4S0QM"
RAZOR_SECRET
"4VDCb3AIYXeV6lTiCK6kmp2A"
Key Value
APP_ENV
"production"
APP_KEY
"***************************************************"
APP_DEBUG
"false"
APP_URL
"https://jobgrin.co.in"
APP_LOCALE
"en"
APP_FALLBACK_LOCALE
"en"
APP_VERSION
"3.6"
PURCHASE_CODE
"123456"
FORCE_HTTPS
"false"
DB_HOST
"*********"
DB_PORT
"****"
DB_DATABASE
"**************"
DB_USERNAME
"**************"
DB_PASSWORD
"**************"
DB_SOCKET
""
DB_TABLES_PREFIX
""
DB_CHARSET
"utf8"
DB_COLLATION
"utf8_unicode_ci"
DB_DUMP_COMMAND_PATH
""
DB_MSSQL_HOST
"**************"
DB_MSSQL_PORT
"****"
DB_MSSQL_DATABASE
"************"
DB_MSSQL_USERNAME
"*********"
DB_MSSQL_PASSWORD
"***********"
IMAGE_DRIVER
"gd"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"****"
REDIS_PORT
"6379"
APP_LOG_LEVEL
"debug"
APP_LOG
"daily"
APP_LOG_MAX_FILES
"2"
FORM_REGISTER_HIDE_PHONE
"false"
FORM_REGISTER_HIDE_EMAIL
"false"
FORM_REGISTER_HIDE_USERNAME
"true"
EMPLOYER_EMAIL
"**********************"
ADMIN_EMAIL
"*******************************"
META_URL
"JobGrin.co.in"
MAIL_DRIVER
"****"
MAIL_HOST
"******************"
MAIL_PORT
"***"
MAIL_USERNAME
"**********************"
MAIL_PASSWORD
"************"
MAIL_ENCRYPTION
"ssl"
GOOGLE_CLIENT_ID
"************************************************************************"
GOOGLE_CLIENT_SECRET
"************************"
GOOGLE_REDIRECT
"************************************************"
FACEBOOK_CLIENT_ID
"****************"
FACEBOOK_CLIENT_SECRET
"********************************"
FACEBOOK_REDIRECT
"**************************************************"
LINKEDIN_CLIENT_ID
"81aeeh1kfp6j32"
LINKEDIN_CLIENT_SECRET
"MI9270gHIbcQUcIF"
LINKEDIN_REDIRECT
"https://login.jobgrin.co.in/auth/linkedin/callback"
RECAPTCHA_PUBLIC_KEY
"6LdvMqQUAAAAANEKzKxtnBRt3Br_Y9xTAucAQev-"
RECAPTCHA_PRIVATE_KEY
"6LdvMqQUAAAAAK8g_9q3UXZ3paByam4LJDqSkgJ2"
RAZOR_KEY
"rzp_live_s4BmQ1kuZ4S0QM"
RAZOR_SECRET
"4VDCb3AIYXeV6lTiCK6kmp2A"
0. Whoops\Handler\PrettyPageHandler