Administrators Mahmoud Posted May 7 Administrators Share Posted May 7 View File 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. Submitter Mahmoud Submitted 05/07/2023 Category Scripts Demo https://codecanyon.net/item/cms-villa-multipurpose-laravel-business-website/29734414 1 Quote Support is available for paid files only Support for free files is offered for a fee only Link to comment Share on other sites More sharing options...
ilhanaliev Posted May 28 Share Posted May 28 There is bug with applications "Job" Quote Link to comment Share on other sites More sharing options...
ilhanaliev Posted May 29 Share Posted May 29 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'); } } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.