Companies Home Search Profile

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

Focused View

Ranjeet Karki

11:20:32

113 View
  • 1 - Introduction.mp4
    10:34
  • 2 - Before we start.mp4
    01:42
  • 3 - Laravel setup.mp4
    09:07
  • 4 - laravel setup continue.mp4
    02:28
  • 5 - laravel folder structure.mp4
    05:53
  • 6 - Laravel basic controllermodelroute and migration introduction.mp4
    11:32
  • 7 - laravel basic continue.mp4
    19:03
  • 8 - app.blade.zip
  • 8 - extend template.mp4
    06:20
  • 9 - seeker.blade.zip
  • 9 - seeker registration form.mp4
    09:20
  • 10 - users table migration.mp4
    05:36
  • 11 - job seeker registration.mp4
    10:39
  • 12 - validate the form.mp4
    05:39
  • 13 - bug fixing.mp4
    00:39
  • 14 - login.blade.zip
  • 14 - login form design.mp4
    04:05
  • 15 - Process login.mp4
    08:33
  • 16 - Logout user.mp4
    07:46
  • 17 - authenticate user to access dashboard.mp4
    04:30
  • 18 - employer.blade.zip
  • 18 - employer registration form.mp4
    02:53
  • 19 - processing employer registration form.mp4
    03:39
  • 20 - add flash message.mp4
    03:29
  • 21 - set employer trial date.mp4
    03:50
  • 22 - dashboard.blade.zip
  • 22 - employer dashboard design.mp4
    04:31
  • 23 - hide trial ends message for job seeker.mp4
    02:30
  • 24 - email verification part 1.mp4
    09:00
  • 25 - send email verification link part 2.mp4
    07:19
  • 26 - handle verifying user account.mp4
    04:17
  • 27 - resend email verification link.mp4
    08:10
  • 28 - show user trial expiry message.mp4
    02:39
  • 29 - employer.zip
  • 29 - make an AJAX request while registering an employer.mp4
    17:04
  • 30 - make an AJAX request while registering a job seeker.mp4
    04:25
  • 30 - seeker.zip
  • 31 - Payments get stripe secret keys.mp4
    05:15
  • 32 - Payments building a payment cards.mp4
    11:17
  • 32 - subscribe.blade.zip
  • 33 - payments add middleware to protect subscription.mp4
    05:57
  • 34 - Payment define plans and prices.mp4
    10:06
  • 34 - subscriptioncontroller.zip
  • 35 - Payment stripe checkout.mp4
    16:20
  • 35 - subscriptioncontroller.zip
  • 36 - Payment updated db once payment successful.mp4
    11:31
  • 37 - Protect job posting route from non premium user.mp4
    09:17
  • 38 - Add middleware and do not allow premium user to make payment twice.mp4
    06:32
  • 39 - Send confirmation email to user with purchase details.mp4
    16:40
  • 40 - integrate admin template.mp4
    07:40
  • 40 - startbootstrap-sb-admin-gh-pages.zip
  • 41 - Integrate admin template fix logout.mp4
    06:24
  • 42 - show a subscription link.mp4
    02:34
  • 43 - make a migration file to post a job.mp4
    07:55
  • 44 - create.blade.zip
  • 44 - design a form for posting job.mp4
    10:05
  • 45 - add a feature image column.mp4
    03:36
  • 46 - add a datepicker.mp4
    01:45
  • 47 - add WYSIWYG editor.mp4
    03:36
  • 48 - validate job posting form.mp4
    09:33
  • 49 - post a job.mp4
    13:35
  • 50 - refactor job post controller.mp4
    11:09
  • 51 - edit.blade.zip
  • 51 - edit a job.mp4
    08:11
  • 52 - update a job.mp4
    08:53
  • 53 - refactor update method code.mp4
    03:51
  • 54 - refactor upload image coode.mp4
    01:57
  • 55 - get jobs belongs to user.mp4
    08:54
  • 56 - delete jobs.mp4
    10:00
  • 57 - protect the job creation with middleware for standard user.mp4
    02:30
  • 58 - index.blade.zip
  • 58 - update employer profile form.mp4
    08:36
  • 59 - update employer profile.mp4
    10:29
  • 60 - allow user to access dashboard based on user type.mp4
    04:12
  • 61 - make a middleware to check if user is logged in.mp4
    03:48
  • 62 - update seeker profile.mp4
    04:05
  • 63 - change password.mp4
    11:28
  • 64 - update employer password.mp4
    02:46
  • 65 - upload a resume for job seeker.mp4
    06:44
  • 66 - setup many to many relationships between users and listings table.mp4
    17:01
  • 67 - understanding onDelete cascade in migration file.mp4
    02:20
  • 68 - query pivot table.mp4
    16:27
  • 69 - eager loading and solving N1 problem.mp4
    18:16
  • 70 - get applicants for the job.mp4
    04:28
  • 71 - get applicants details.mp4
    11:42
  • 72 - applicant.blade.zip
  • 72 - design applicants display page.mp4
    07:27
  • 73 - download applicants resume.mp4
    01:42
  • 74 - shortlist the candidate.mp4
    10:34
  • 75 - Queue and send email to shortlisted applicants.mp4
    07:00
  • 76 - protect jobs and applicants using laravel policy.mp4
    09:05
  • 77 - card.blade.zip
  • 77 - design the page to list all jobs.mp4
    09:07
  • 78 - List all jobs in front page.mp4
    07:37
  • 79 - Format salary.mp4
    01:44
  • 80 - get individual job post.mp4
    09:01
  • 80 - page.blade.zip
  • 81 - script.zip
  • 81 - upload resume with Filepond js.mp4
    10:51
  • 82 - process file uploading server side.mp4
    08:06
  • 83 - submit the application.mp4
    07:19
  • 84 - show hide apply button based on condition.mp4
    05:26
  • 85 - dropdown.blade.zip
  • 85 - make a navbar dropdown.mp4
    05:07
  • 86 - filtering jobs based different parameters part1.mp4
    06:42
  • 87 - query db and filter jobs.mp4
    09:02
  • 88 - designing the cards.mp4
    02:12
  • 89 - cast salary to fix filter by salary.mp4
    01:21
  • 90 - company-profile.blade.zip
  • 90 - show company profile and jobs.mp4
    10:37
  • 91 - update employer cards in dashboard.mp4
    05:07
  • 92 - get list of jobs applied by job seeker.mp4
    10:04
  • 93 - Conclusion.mp4
    00:44
  • 93 - myjob.zip
  • 93 - startbootstrap-sb-admin-gh-pages.zip
  • Description


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

    What You'll Learn?


    • Laravel 10 from beginner to pro level
    • You will learn to make a complete job portal application
    • You will learn important concepts of Laravel like Queues, Task scheduling, Mails, Middleware, Custom authentication, Eloquent relationships, File storage etc
    • You will learn to integrate Stripe payment
    • You will learn to integrate admin themes and popular JavaScript libraries to enhance the user interface and user experience of your application

    Who is this for?


  • This course is designed for anyone who wants to learn Laravel and create web applications. It provides comprehensive coverage of Laravel's features and teaches you how to leverage its capabilities to build robust and scalable web applications. Whether you're a beginner with no prior experience in Laravel or an experienced developer looking to enhance your Laravel skills, this course is suitable for you. By the end of the course, you'll have a solid understanding of Laravel and be able to create your own web applications using this powerful framework.
  • What You Need to Know?


  • Knowledge of php
  • More details


    Description


    Learn Laravel, and create web apps.

    In this comprehensive course, Job portal web application, you will dive deep into the world of Laravel and gain essential knowledge and skills to create a fully functional job portal web application. Throughout the course, you will explore important concepts such as Eloquent ORM, relationships, Blade templating engine, routing, queues, emails, and cron jobs.


    The main objective of this course is to equip you with the necessary tools and expertise to transition from a beginner to a proficient Laravel developer. By the end of the course, you will have the confidence and competence to develop complex applications using Laravel.


    One of the key highlights of this course is building a robust web application that resembles a modern job portal. Throughout the course, you will learn to implement a wide range of features that are commonly found in job portal applications. This includes creating user profiles, job listings, advanced filter functionality, Queue, Cron job, and more. By the end of the course, you will have the skills and knowledge to develop a comprehensive job portal application that caters to the needs of both job seekers and employers.


    Immerse yourself in this course and envision the inner workings of a job portal as you bring it to life through your learning journey. By following along with the course materials and completing hands-on exercises, you will not only gain theoretical knowledge but also acquire practical skills that can be applied to real-world projects.


    Embark on this exciting learning adventure and unlock the potential of Laravel as you master the art of developing a robust and feature-rich job portal web application. Get ready to take your Laravel skills to new heights and achieve proficiency in building cutting-edge applications. Enroll now and let your journey to Laravel expertise begin!


    What is Laravel and why you should learn it?

    Laravel is a popular open-source PHP framework used for web application development. It provides an elegant and expressive syntax that simplifies the development process, making it easier to create robust and scalable web applications. Laravel follows the Model-View-Controller (MVC) architectural pattern, which promotes the separation of concerns and allows for efficient code organization.


    The framework offers a wide range of features and functionalities, including a powerful ORM (Object-Relational Mapping) called Eloquent, routing system, middleware support, caching, session management, and robust security mechanisms. Laravel also includes a templating engine called Blade, which simplifies the creation of dynamic and reusable views.


    Overall, Laravel provides developers with a modern and efficient framework for building high-quality web applications. Its intuitive syntax, comprehensive features, and active community make it a preferred choice for many developers worldwide.

    Who this course is for:

    • This course is designed for anyone who wants to learn Laravel and create web applications. It provides comprehensive coverage of Laravel's features and teaches you how to leverage its capabilities to build robust and scalable web applications. Whether you're a beginner with no prior experience in Laravel or an experienced developer looking to enhance your Laravel skills, this course is suitable for you. By the end of the course, you'll have a solid understanding of Laravel and be able to create your own web applications using this powerful framework.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Ranjeet Karki
    Ranjeet Karki
    Instructor's Courses
    Ranjeet is a fullstack developer, equipped with a wide range of technical skills including PHP, Laravel, React.js, Vue.js, Tailwind CSS, Bootstrap, HTML, and CSS. With his expertise in both backend and frontend development, he possesses the ability to create end-to-end solutions for web applications. As a backend developer, he excels in using Laravel and PHP to build robust and scalable server-side systems. On the frontend, he is proficient in React js and Vue js, allowing him to create intuitive and responsive user interfaces. Additionally, he showcases his knowledge and passion for these technologies by regularly sharing insightful blog posts, providing valuable insights to the development community.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 93
    • duration 11:20:32
    • Release Date 2023/07/04