Administrators Mahmoud Posted May 7, 2023 Administrators Posted May 7, 2023 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 2 Quote Support is available for paid files only Support for free files is offered for a fee only
ilhanaliev Posted May 29, 2023 Posted May 29, 2023 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
reishi Posted February 16 Posted February 16 The SSL certificate for the download address has expired And the file I downloaded is 0kb Quote
apocanhi Posted April 24 Posted April 24 Hello, thank you for adding me, but I could not download it. Link ? Quote
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.
Note: Your post will require moderator approval before it will be visible.