Udemy - Laravel 10- Job portal application 2023 (go beginner to pro)

seeders: 0
leechers: 0
Added 3 years ago by fcs0310 in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Udemy - Laravel 10- Job portal application 2023 (go beginner to pro) (Size: 6.3 GB)
  1 - Introduction.mp4 97.8 MB
  10 - users table migration.mp4 48.3 MB
  11 - job seeker registration.mp4 96.8 MB
  12 - validate the form.mp4 48.8 MB
  13 - bug fixing.mp4 5.4 MB
  14 - login form design.mp4 35.1 MB
  14 - login.blade.php 1.4 KB
  15 - Process login.mp4 70.4 MB
  16 - Logout user.mp4 62.6 MB
  17 - authenticate user to access dashboard.mp4 35.4 MB
  18 - employer registration form.mp4 25.4 MB
  18 - employer.blade.php 2 KB
  19 - processing employer registration form.mp4 31.5 MB
  2 - Before we start.mp4 14.9 MB
  20 - add flash message.mp4 31.6 MB
  21 - set employer trial date.mp4 29.7 MB
  22 - dashboard.blade.php 2.2 KB
  22 - employer dashboard design.mp4 42.9 MB
  23 - hide trial ends message for job seeker.mp4 16.7 MB
  24 - email verification part 1.mp4 82 MB
  25 - send email verification link part 2.mp4 70.4 MB
  26 - handle verifying user account.mp4 36.4 MB
  27 - resend email verification link.mp4 86 MB
  28 - show user trial expiry message.mp4 19.1 MB
  29 - employer.js 1.2 KB
  29 - make an AJAX request while registering an employer.mp4 160.1 MB
  3 - Laravel setup.mp4 76.8 MB
  30 - make an AJAX request while registering a job seeker.mp4 47.6 MB
  30 - seeker.js 1.3 KB
  31 - Payments get stripe secret keys.mp4 47.2 MB
  32 - Payments building a payment cards.mp4 105.1 MB
  32 - subscribe.blade.php 2.7 KB
  33 - payments add middleware to protect subscription.mp4 54.4 MB
  34 - Payment define plans and prices.mp4 84.9 MB
  34 - SubscriptionController.php 3.8 KB
  35 - Payment stripe checkout.mp4 168.2 MB
  35 - SubscriptionController.php 3.8 KB
  36 - Payment updated db once payment successful.mp4 107.3 MB
  37 - Protect job posting route from non premium user.mp4 85.4 MB
  38 - Add middleware and do not allow premium user to make payment twice.mp4 55.1 MB
  39 - Send confirmation email to user with purchase details.mp4 175 MB
  4 - laravel setup continue.mp4 18.8 MB
  40 - integrate admin template.mp4 76.3 MB
  40 - startbootstrap-sb-admin-gh-pages.zip 60.8 KB
  41 - Integrate admin template fix logout.mp4 73 MB
  42 - show a subscription link.mp4 23.4 MB
  43 - make a migration file to post a job.mp4 71 MB
  44 - create.blade.php 4.6 KB
  44 - design a form for posting job.mp4 97.1 MB
  45 - add a feature image column.mp4 32.6 MB
  46 - add a datepicker.mp4 16.5 MB
  47 - add WYSIWYG editor.mp4 36.1 MB
  48 - validate job posting form.mp4 86.5 MB
  49 - post a job.mp4 141.7 MB
  5 - laravel folder structure.mp4 49.1 MB
  50 - refactor job post controller.mp4 124.4 MB
  51 - edit a job.mp4 81.3 MB
  51 - edit.blade.php 5.2 KB
  52 - update a job.mp4 76.3 MB
  53 - refactor update method code.mp4 33.9 MB
  54 - refactor upload image coode.mp4 19.1 MB
  55 - get jobs belongs to user.mp4 74.5 MB
  56 - delete jobs.mp4 114.9 MB
  57 - protect the job creation with middleware for standard user.mp4 23.5 MB
  58 - index.blade.php 2.4 KB
  58 - update employer profile form.mp4 71.1 MB
  59 - update employer profile.mp4 93.9 MB
  6 - Laravel basic controllermodelroute and migration introduction.mp4 95 MB
  60 - allow user to access dashboard based on user type.mp4 36.6 MB
  61 - make a middleware to check if user is logged in.mp4 35.4 MB
  62 - update seeker profile.mp4 47.2 MB
  63 - change password.mp4 123.3 MB
  64 - update employer password.mp4 25.2 MB
  65 - upload a resume for job seeker.mp4 76.5 MB
  66 - setup many to many relationships between users and listings table.mp4 164.3 MB
  67 - understanding onDelete cascade in migration file.mp4 20.9 MB
  68 - query pivot table.mp4 130.6 MB
  69 - eager loading and solving N1 problem.mp4 205.2 MB
  7 - laravel basic continue.mp4 175 MB
  70 - get applicants for the job.mp4 37.2 MB
  71 - get applicants details.mp4 93.6 MB
  72 - applicant.blade.php 1.2 KB
  72 - design applicants display page.mp4 72.3 MB
  73 - download applicants resume.mp4 17.1 MB
  74 - shortlist the candidate.mp4 90.7 MB
  75 - Queue and send email to shortlisted applicants.mp4 58.5 MB
  76 - protect jobs and applicants using laravel policy.mp4 77.7 MB
  77 - card.blade.php 2.3 KB
  77 - design the page to list all jobs.mp4 77.3 MB
  78 - List all jobs in front page.mp4 64.6 MB
  79 - Format salary.mp4 15.3 MB
  8 - app.blade.php 2 KB
  8 - extend template.mp4 53.2 MB
  80 - get individual job post.mp4 90 MB
  80 - page.blade.php 1 KB
  81 - script.js 921.6 B
  81 - upload resume with Filepond js.mp4 116.7 MB
  82 - process file uploading server side.mp4 81.7 MB
  83 - submit the application.mp4 84.1 MB
  84 - show hide apply button based on condition.mp4 62.7 MB
  85 - dropdown.blade.php 819.2 B
  85 - make a navbar dropdown.mp4 54.8 MB
  86 - filtering jobs based different parameters part1.mp4 65.7 MB
  87 - query db and filter jobs.mp4 76.4 MB
  88 - designing the cards.mp4 23.6 MB
  89 - cast salary to fix filter by salary.mp4 11.8 MB
  9 - seeker registration form.mp4 88.9 MB
  9 - seeker.blade.php 2.1 KB
  90 - company-profile.blade.php 1.2 KB
  90 - show company profile and jobs.mp4 95.7 MB
  91 - update employer cards in dashboard.mp4 50.8 MB
  92 - get list of jobs applied by job seeker.mp4 89.8 MB
  93 - Conclusion.mp4 3.8 MB
  93 - myjob.sql 192.4 KB
  93 - myjob.zip 40.4 MB
  93 - startbootstrap-sb-admin-gh-pages.zip 60.8 KB
  [CourseClub.Me].url 102.4 B
  [FreeCourseSite.com].url 102.4 B
  [GigaCourse.Com].url 0 B
  ▲ 125 total files

Description


TO GET DIRECT DOWNLOAD LINKS OR GOOGLE DRIVE LINKS VISIT OUR WEBSITE
FOR MORE PREMIUM UDEMY COURSES VISIT: https://freecoursesite.com

Udemy - Laravel 10- Job portal application 2023 (go beginner to pro)

Let's learn laravel from basics and make a complete job portal web application. Enroll today for a rewarding learning.

Created by Ranjeet Karki
Last updated 7/2023
English
English [Auto]

Related Torrents

torrent name size uploader age seed leech
52
0
1
0
5