Jump to content
Bicrypto v4.5.0 + All Plugins
Posted
  • Administrators
comment_52140

CMS Villa - Multipurpose Laravel Business Website


CMS Villa is a responsive, user-friendly and easy-to-use content management system (CMS) that is built with the popular Laravel Framework. Using this CMS, you can easily build a nice, modern and clean website that have almost all the pages like team member, about, service, portfolio, news, shop, career, job, contact etc. You can build education website, lawyer website, gym and fitness website etc what you want to do.

This CMS is developed using the popular PHP framework Laravel. So, it can easily be customized by other programmers. Developers will be able to understand the source code easily and can modify the database and files if needed.

This script/CMS is strong against most vulnerabilities on the web like SQL injection, XSS, CSRF attack etc. Also admin level security is implemented whereever necessary.


CMS Villa - Multipurpose Laravel Business Website

Support is available for paid files only
Support for free files is offered for a fee only

Featured Replies

comment_53023

Solution for the problem with applicants 

 

go to app/Models and replace the code in Jobapplication.php with ---> 

<?php

namespace App\Models;


use Illuminate\Database\Eloquent\Model;


class JobApplication extends Model
{
    protected $fillable = [

        'job_id',

        'applicant_first_name',

        'applicant_last_name',

        'applicant_email',

        'applicant_phone',

        'applicant_country',

        'applicant_state',

        'applicant_street',

        'applicant_city',

        'applicant_zip_code',

        'applicant_expected_salary',

        'applicant_cover_letter',

        'applicant_cv'

    ];

    public function job()
    {
        return $this->belongsTo('app\Models\admin');
    }
}

  • 8 months later...
  • 2 months later...

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.


Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Latest Updated Files