May 7, 20232 yr Administrators 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 Support is available for paid files only Support for free files is offered for a fee only
May 29, 20232 yr 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'); } }
February 16, 20241 yr The SSL certificate for the download address has expired And the file I downloaded is 0kb
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.