Jump to content
Bicrypto v4.3.1 + All Plugins ×

CMS Villa v4.2 - Multipurpose Laravel Business Website


Mahmoud

Recommended Posts

  • Administrators

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.


 

  • Like 2

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

Link to comment
Share on other sites

  • Mahmoud changed the title to CMS Villa v4.2 - Multipurpose Laravel Business Website
  • 3 weeks later...

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');
    }
}

Link to comment
Share on other sites

  • 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.

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...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...