Laravel 10 CRUD Tutorial AJAX with full validations - part 2

Поделиться
HTML-код
  • Опубликовано: 21 сен 2024
  • Welcome to our comprehensive Laravel 10 CRUD tutorial, where we'll guide you through building a robust web application using Laravel's latest version. In this tutorial, we'll focus on integrating AJAX (Asynchronous JavaScript and XML) to enhance the user experience, allowing seamless data operations without page reloads.
    Key Features:
    Laravel 10 Compatibility: Stay up-to-date with the latest Laravel version as we explore its powerful features and improvements.
    CRUD Operations: Learn the fundamentals of Create, Read, Update, and Delete (CRUD) operations in Laravel, the PHP framework known for its elegant syntax and developer-friendly environment.
    AJAX Integration: Dive into the world of asynchronous communication with AJAX, enabling dynamic updates and smoother interactions by fetching and updating data in the background without reloading the entire page.
    Full Validations: Ensure data integrity with comprehensive validation techniques. We'll guide you through server-side and client-side validations to create a secure and user-friendly application.
    Best Practices: Learn industry best practices for Laravel development, including code organization, security considerations, and optimization techniques to build a scalable and maintainable application.
    Prerequisites: Prior knowledge of Laravel basics and web development concepts is recommended. Familiarity with JavaScript, jQuery, and AJAX will be beneficial but not mandatory.
    By the end of this tutorial, you'll have a fully functional Laravel 10 application with AJAX integration for CRUD operations, equipped with robust validations to ensure data accuracy. Elevate your Laravel skills and build modern, interactive web applications with confidence.
    Find the source code here(delete functionality resolved):
    github.com/sha...
    Laravel 10 CRUD Tutorial AJAX with full validations - part 1:
    • Laravel 10 CRUD Tutori...
    Don't Forget to like and share the video, also Subscribe to my channel.
    Also,
    Learn how to visualize database data into bar graph in Laravel and chart.js
    • Learn how to display o...
    Learn how to create dependent dropdowns in Laravel and Ajax:
    • Mastering Laravel | Dy...
    Support ❤
    www.buymeacoff...

Комментарии • 9

  • @novocanal7153
    @novocanal7153 8 месяцев назад +2

    Guy excellent. Thank's.

  • @erkansanli144
    @erkansanli144 8 месяцев назад +2

    Hello, this is a very important and beautiful post. Thank you for sharing.
    In my code: I pressed the delete button and then gave up.
    Then, when I select another item and delete it, the item I selected first is also deleted. The item I gave up remains in memory and cannot be reset.
    I wonder if your code is the same?

    • @shadrackmballah80
      @shadrackmballah80  8 месяцев назад +1

      Thank you for your comment @erkansanl644. I think you have a problem in your code, actually i cant tell direct what is wrong, so i'll like to share with you my source codes so you could review. If you'll find more challenges please! share with me so i could help out.
      find the source code here: github.com/shadrackjm/ajax-crud

    • @erkansanli144
      @erkansanli144 8 месяцев назад

      I'm sorry but this code gave the same error.@@shadrackmballah80

    • @shadrackmballah80
      @shadrackmballah80  8 месяцев назад +1

      Sorry for late reply, i will review it and i'll resolve the issue mentioned. Then, i'll share the improved source codes. Again sorry for the issue.

    • @shadrackmballah80
      @shadrackmballah80  8 месяцев назад

      please find the updated source codes here. Delete problem resolved!😇 github.com/shadrackjm/ajax-crud

    • @erkansanli144
      @erkansanli144 8 месяцев назад +1

      $(this).attr('data-id') > replace > $('.deleteBtn').attr('data-id') it's ok. Good Job. Thanks again. @@shadrackmballah80