Hands On Laravel : Ajax CRUD Operations - Part 1 | Create Todo Using Ajax

Поділитися
Вставка
  • Опубліковано 10 лют 2025

КОМЕНТАРІ • 19

  • @VikramSingh-np8ji
    @VikramSingh-np8ji 4 місяці тому +1

    Nice brother this is a knowledge video for me

  • @fathimapashraf50
    @fathimapashraf50 4 місяці тому +1

    👍🏻

  • @eugenioalvez4014
    @eugenioalvez4014 8 місяців тому +1

    Excelente

  • @rZERO_game
    @rZERO_game 7 місяців тому +2

    if i want to use jquery/ajax without using bootstrap is it possible? sound like kidding but using bootstrap CDN is not reliable . it may help to build quick web site but for safty purpose i dont want to use any CDN. where to place js file, css file in laravel.basic approaches get puzzling if bootstrap is introduced. end of the video can u add summery of steps.

    • @programmingfields
      @programmingfields  7 місяців тому

      If you don't want to use Bootstrap CDN then you can download it's CSS and JS file from it's official website and you can paste those in the public folder of your laravel application. Then you will be able to include those in the blade file instead of CDNs.
      But it totally depends on your project.

  • @rZERO_game
    @rZERO_game 7 місяців тому +1

    as i have understood why use ajax/jquiry- client side validation is done before submittimg the form so it reduce again and again hitting of url not keeping busy the server.pls reply .

    • @programmingfields
      @programmingfields  4 місяці тому

      @rZERO_game Yes, correct. We have to minimize the server request if the form is not validated.

  • @rZERO_game
    @rZERO_game 7 місяців тому +1

    if i create external js file then do i have to compile it before including in blade template? if yes then do i have to set up laravel Mix. actually what is the flow? or this is not the right time to ask this question.i think after under standing basic flow of laravel ,we need another video about flow of ajax/jquiry/js/css in laravel .avoid bootstrap .it also confused us.

    • @programmingfields
      @programmingfields  7 місяців тому

      It is not mandatory to compile a JS file in laravel. You can use it directly. Again depends on your project, if your project contains front end assets like CSS and JS which is coming through node modules then you will have to compile it but again it is optional

    • @rZERO_game
      @rZERO_game 4 місяці тому

      Reply pls

  • @rZERO_game
    @rZERO_game 7 місяців тому +1

    client side validation and server side validation on same form-required a video so that we can understand work flow with out using bootstrap-this will eleminate puzzling code.after that when we realize what happening then only we can adopt bootstarp for quick creation of front face of web application.again dont take tension length of video.if you make 100 hours of video we will watch.

    • @programmingfields
      @programmingfields  7 місяців тому

      Okay I will make a separate video for Client Side and Server Side validation together.

  • @ismailmelihkaya8388
    @ismailmelihkaya8388 Рік тому +1

    Icon extension name please!

  • @montala3380
    @montala3380 10 місяців тому +1

    From the novice or beginer aspect, I do suggest you should speak slower, clearly and explain more in depth... I feel like the video is quite quick and rush.

    • @programmingfields
      @programmingfields  10 місяців тому +1

      Thank you for the suggestion. I will try to correct this from next video. 🙏🙏

    • @rZERO_game
      @rZERO_game 7 місяців тому

      i play with .75 speed. i think so many cuts in video making fast and difficult to understand. I suggest author dont take any tension about video length..