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.
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.
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 .
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.
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
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.
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.
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..
Nice brother this is a knowledge video for me
Glad to hear that
👍🏻
Excelente
Thank you 😊
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.
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.
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 .
@rZERO_game Yes, correct. We have to minimize the server request if the form is not validated.
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.
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
Reply pls
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.
Okay I will make a separate video for Client Side and Server Side validation together.
Icon extension name please!
It is Material Icon Theme available in VS Code
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.
Thank you for the suggestion. I will try to correct this from next video. 🙏🙏
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..