Code Step By Step
Code Step By Step
  • Видео 3 571
  • Просмотров 64 654 025
Laravel 11 tutorial #20 Name Routes
inst id: @code.steps
In this video, we learn what is named routed in Laravel 11. This video is made by Anil Sidhu in English.
What is Route grouping with prefixes?
Make Some Routes for view and controller
Make Groups of routes
Interview Question.
This Laravel series is made in 2024 and the current Laravel version is Laravel 11
PHP tutorial series: ruclips.net/p/PL8p2I9GklV44cSOlKzB_0TrzxEgwfvicK
React js Latest Playlist in Hindi: ruclips.net/p/PL8p2I9GklV47BCAjiCtuV_liN9IwAl8pM
Просмотров: 94

Видео

Laravel 11 tutorial in Hindi #42 Get and display data from MySql Table
Просмотров 14716 часов назад
inst id: @code.steps This video teaches us about how to display and get Data from MySQL DB Table in Laravel 11 in Hindi Language. This video is made by Anil Sidhu in Hindi. Set .env file config Make View, Route and Controller function Fetch data from the MySql table Display data on UI Interview Questions. This Laravel series is made in 2024 and the current Laravel version is Laravel 11 PHP tuto...
Laravel 11 tutorial #19 URL generation
Просмотров 1892 часа назад
inst id: @code.steps In this video, we learn how to use URL generation in Laravel 11. This video is made by Anil Sidhu in the English language. What is URL Generation Get current URL Get full URL Get the previous URL Make link URL Make URL with child path Interview Question. This Laravel series is made in 2024 and the current Laravel version is Laravel 11 PHP tutorial series: ruclips.net/p/PL8p...
Laravel 11 tutorial in Hindi #41 Insert data in MySQL table with html form
Просмотров 2902 часа назад
inst id: @code.steps This video teaches us about Insert Data in MySQL DB Table in Laravel 11 in Hindi Language. This video is made by Anil Sidhu in Hindi. Set .env file config Make Controller, Model, View Make HTML Form Create Table in MySql DB Store Data in DB table Interview Questions. This Laravel series is made in 2024 and the current Laravel version is Laravel 11 PHP tutorial series: rucli...
Laravel 11 tutorial #18 Custom validation rule
Просмотров 1754 часа назад
inst id: @code.steps In this video, we learn how to make custom validation rules in Laravel 11. This video is made by Anil Sidhu in English Langage. This video is made by anil sidhu Make Own Validation Rule Make a custom error message Get old value Change input color if invalid Publish validation message file Interview Question. This Laravel series in made in 2024 and the current Laravel versio...
Laravel 11 tutorial in Hindi #40 Localization Part 2 | Multiple language support
Просмотров 2304 часа назад
inst id: @code.steps This video teaches us about Localization and how to apply Localization in Laravel 11 in Hindi. This video is made by Anil Sidhu in Hindi. Change Localization for the specific route Pass params to Localization. Set Localization by user Make Middleware Set lang to session update lang with middleware Interview Questions. This Laravel series is made in 2024 and the current Lara...
Laravel 11 tutorial #17 Custom Validation Message | Advanced validation feature
Просмотров 1937 часов назад
inst id: @code.steps This video teaches us how to make a custom validation message in Laravel 11. This video is made by Anil Sidhu in the English language. Make a custom error message Get old value Change input color if invalid Publish validation message file Interview Question. This Laravel series in made in 2024 and the current Laravel version is Laravel 11 PHP tutorial series: ruclips.net/p/...
Laravel 11 tutorial in Hindi #31 Database Query Builder
Просмотров 2347 часов назад
inst id: @code.steps This video teaches what the Http Client Laravel 11 . This video is made by Anil Sidhu in Hindi. What is Query Builder Get data from DB with query builder Make Queries like where, get first etc Insert data. Update data. Delete data. Interview Questions This Laravel series is made in 2024 and the current Laravel version is Laravel 11 PHP tutorial series: ruclips.net/p/PL8p2I9...
Laravel 11 tutorial #16 Form Validation | input validation | email | max | min | required
Просмотров 1799 часов назад
inst id: @code.steps In this video, we learn how to apply validation in Laravel 11. This video is made by Anil Sidhu in the English language. Apply validation for input Display validation message Display validation with input fields Interview Question. This Laravel series in made in 2024 and the current Laravel version is Laravel 11 PHP tutorial series : ruclips.net/p/PL8p2I9GklV44cSOlKzB_0Trzx...
Laravel 11 tutorial in Hindi #39 Localization | Multiple language support
Просмотров 2449 часов назад
inst id: @code.steps This video teaches us about Localization and how to apply Localization in Laravel 11 in Hindi. This video is made by Anil Sidhu in Hindi. What is Localization? Publish Localization in Laravel Make a Localization folder and file Use Localization in view files Change default Localization Change Localization for the specific route Interview Questions. This Laravel series is ma...
Laravel 11 tutorial #15 Form handling with checkbox, radio button and dropdown
Просмотров 16712 часов назад
inst id: @code.steps In this video, we learn how to handle form input such as checkbox, radio, and dropdown in the Laravel 11 Project. This video is made by Anil Sidhu in the english language. Make View and its Route Make checkbox Make Radio button Make Range Make Dropdown Make a controller and get value Interview Question. This Laravel series is made in 2024 and the current Laravel version is ...
Laravel 11 tutorial in Hindi #38 Upload file | upload and display image
Просмотров 33612 часов назад
inst id: @code.steps This video teaches us how to upload and display images and files in Laravel 11 in Hindi. This video is made by Anil Sidhu in Hindi. Make a Small form to select file Make a Controller for uploading file Store file with auto-generated name Store File with the provided name Make upload file public Display file after upload. Interview Questions. This Laravel series is made in 2...
Laravel 11 tutorial #13 Components
Просмотров 20914 часов назад
inst id: @code.steps In this video, we learn what is component and how to use components in the Laravel 11 Project. This video is made by Anil Sidhu in the Hindi language. What is component How to make component How to use component How to pass data in component Example of component Interview Question. A piece of code that can reuse in our project. Like a function is written once can reuse agai...
Laravel 11 tutorial in Hindi #37 Flash Session in laravel
Просмотров 20314 часов назад
inst id: @code.steps This video teaches us about Laravel flash sessions with version 11 of Laravel 11 in Hindi. This video is made by Anil Sidhu in Hindi. What is flash session? Make login form, route, and controller. Store data in the session. Get data from the session Remove data from the session Interview Questions. A session is a way to store and access data across multiple website pages fo...
Laravel 11 tutorial #12 Subview | include view in laravel
Просмотров 18916 часов назад
inst id: @code.steps In this video, we learn how to create a subview and include subviews inside views in the Laravel 11 Project. This video is made by Anil Sidhu in HindiLaravel 11 tutorial in English Language What is subview Make sub views Use subview Pass data from view to subview. Check if sub view exists Interview Question. This Laravel series in made in 2024 and the current Laravel versio...
Laravel 11 tutorial in Hindi #36 Session in laravel
Просмотров 30016 часов назад
Laravel 11 tutorial in Hindi #36 Session in laravel
Laravel 11 tutorial #10 View in Laravel
Просмотров 19819 часов назад
Laravel 11 tutorial #10 View in Laravel
Laravel 11 tutorial in Hindi #35 HTTP Request class
Просмотров 25819 часов назад
Laravel 11 tutorial in Hindi #35 HTTP Request class
Laravel 11 tutorial #11 Blade template in laravel
Просмотров 18421 час назад
Laravel 11 tutorial #11 Blade template in laravel
Laravel 11 tutorial in Hindi #34 Any and Match Route function
Просмотров 26521 час назад
Laravel 11 tutorial in Hindi #34 Any and Match Route function
Laravel 11 tutorial in Hindi #33 Laravel Route methods
Просмотров 319День назад
Laravel 11 tutorial in Hindi #33 Laravel Route methods
Laravel 11 tutorial in Hindi #32 Eloquent Model Query Builder
Просмотров 448День назад
Laravel 11 tutorial in Hindi #32 Eloquent Model Query Builder
Laravel 11 tutorial in hindi # install laravel with herd #laravel11
Просмотров 345День назад
Laravel 11 tutorial in hindi # install laravel with herd #laravel11
Laravel 11 tutorial # install laravel with herd #laravel11
Просмотров 245День назад
Laravel 11 tutorial # install laravel with herd #laravel11
Laravel 11 tutorial in Hindi #30 Http Client
Просмотров 310День назад
Laravel 11 tutorial in Hindi #30 Http Client
Laravel 11 tutorial in Hindi #29 Inspecting Model
Просмотров 36014 дней назад
Laravel 11 tutorial in Hindi #29 Inspecting Model
Laravel 11 tutorial in Hindi #28 Eloquent Model
Просмотров 43114 дней назад
Laravel 11 tutorial in Hindi #28 Eloquent Model
Laravel 11 tutorial in Hindi #27 Display database data on UI
Просмотров 40814 дней назад
Laravel 11 tutorial in Hindi #27 Display database data on UI
Laravel 11 tutorial in Hindi #26 Connect to MySQL Database
Просмотров 50714 дней назад
Laravel 11 tutorial in Hindi #26 Connect to MySQL Database
Laravel 11 tutorial in Hindi #25 Assigning Middleware to Routes
Просмотров 40314 дней назад
Laravel 11 tutorial in Hindi #25 Assigning Middleware to Routes

Комментарии

  • @RavindraSingh-zg9eq
    @RavindraSingh-zg9eq 11 минут назад

    this is good but can u test react complex appln where we define lots of function and test all these functions APIs using jest pls make some videos on this waitng for that content.

  • @muhammadjawad7655
    @muhammadjawad7655 26 минут назад

    sir you are teaching very very complex topic i already watched many videos but then i saw your video link then i click on it and saw its boom lots of new concept and advance concepts

  • @navjotsingh6930
    @navjotsingh6930 31 минуту назад

    Sir, I am 30 years old. I am a Computer Science teacher, but there is no growth. I want to switch to IT. I am 30 years old and have been teaching programming to kids. Can I switch back to IT? Is there any growth for me? Please tell what should be the approach, which type of job role should I target? How much salary should I expect in the beginning? Which companies should I target?

  • @RavindraSingh-zg9eq
    @RavindraSingh-zg9eq 31 минуту назад

    can you bring some lectures on mock APIs and mock data in RTL using jest

  • @sourabhnateria4316
    @sourabhnateria4316 45 минут назад

    localhost4500 search krne pr google search le rha

  • @ahaskarkashyap6772
    @ahaskarkashyap6772 Час назад

    thanks

  • @cse013shubhamkumar4
    @cse013shubhamkumar4 Час назад

    I amstarting this because my placement season is going to be started so i want to revise react ....i am starting at 26 june 2024 time:12:18p:m and i want to finish within 3 hours ...let's see

  • @laraibmukhtar8959
    @laraibmukhtar8959 Час назад

    No, you cannot use useMemo directly in class components because useMemo is a React hook, and hooks are designed to be used only in functional components.

  • @ahaskarkashyap6772
    @ahaskarkashyap6772 2 часа назад

    yaay

  • @FrontierDevCode
    @FrontierDevCode 2 часа назад

    simple code: insertNode(val){ function _insertNode(root, val){ if(root === null){ const node = new Node(val); root = node; return root; }else{ if(root.data < val){// go right root.right = _insertNode(root.right, val); return root; }else{ // go left root.left = _insertNode(root.left, val); return root; } } } this.root = _insertNode(this.root, val); return; }

  • @ahaskarkashyap6772
    @ahaskarkashyap6772 2 часа назад

    perfect

  • @bhavamsingh8092
    @bhavamsingh8092 5 часов назад

    Good morning sir aj se mai html css series start kr rha hu or ache se samjhne ki kosi krunga

  • @ManinderSingh-qi7kc
    @ManinderSingh-qi7kc 6 часов назад

    please sir read my comment thanks

  • @ManinderSingh-qi7kc
    @ManinderSingh-qi7kc 6 часов назад

    sir React file live vedio audio and pdf ko kesse handler krte h es pr ek vedio bnna dejeye or file ko kesse nextjs ke through mongodb atlas me kesse save krate h ? es pr bhi thanks

  • @ManinderSingh-qi7kc
    @ManinderSingh-qi7kc 6 часов назад

    nice sir

  • @MayurMakwana89
    @MayurMakwana89 11 часов назад

    Thank you very much aapka number chahiye

  • @ManinderSingh-qi7kc
    @ManinderSingh-qi7kc 12 часов назад

    Sir next js project complete ho gya h kya..? And sir react js ka new course launch kijiye with new update thanks...

  • @Cartoon_Video.7967
    @Cartoon_Video.7967 12 часов назад

    sir zra apna volume to brahe it na slow bol rahe ha ap

  • @abhisheksingh-tp8ks
    @abhisheksingh-tp8ks 13 часов назад

    Hi bro i got an offer as a senior application engineer at oracle bengaluru..i just wanted to understand what is the difference btw member of technical staff and senior application engineer in oracle

  • @guptag4027
    @guptag4027 13 часов назад

    Awesome ❤❤

  • @anuragchaturvedi4247
    @anuragchaturvedi4247 13 часов назад

    Thanks

  • @bashirbabatunde7559
    @bashirbabatunde7559 13 часов назад

    Thank you

  • @comedyshortvideo4730
    @comedyshortvideo4730 14 часов назад

    Sir your screen is not visible please check

  • @sandeep_gandham
    @sandeep_gandham 14 часов назад

    Thank you so much sir for deep understanding this concept Requesting you to keep how to trigger otp to phonenunber

  • @itsbabayt2610
    @itsbabayt2610 14 часов назад

    AoA sir mn pakistan sy hu aur mn ni aj sy strt kiya ye course INSHA ALLAH mn Ye complete kronga

  • @itsbabayt2610
    @itsbabayt2610 14 часов назад

    React 18.3. 1

  • @mr_hassanali
    @mr_hassanali 15 часов назад

    Helpful playlist

  • @tofikqureshi6507
    @tofikqureshi6507 15 часов назад

    All the best

  • @manisharya07
    @manisharya07 17 часов назад

    Very well covered. Much appreciated.

  • @RavindraSingh-zg9eq
    @RavindraSingh-zg9eq 17 часов назад

    for big projects , u cannot make a separate file for functions and sometimes u have to test function for existing prewritten component, in that case how can u test the functions if using functional based comp?

  • @RavindraSingh-zg9eq
    @RavindraSingh-zg9eq 18 часов назад

    we use render instead of renderer now a days

  • @binayarajsoti5879
    @binayarajsoti5879 19 часов назад

    add to cart and remove from cart functionality is very difficult for me. I don't want to copy your code instead i want to do my self. also i dont know why we are making this functionality without registration?

  • @thevyomanaut
    @thevyomanaut 20 часов назад

    Doubt. In angular 18, app.module.ts is not present. Where to import http client and other things? Tried searching on angular docs and youtube, par kuch mila nahi/samajh nahi aaya. Please help 🙏🙏🙏

  • @alirazatufail5980
    @alirazatufail5980 21 час назад

    sir ek project bhi bna de is pe

  • @Syed-gd1px
    @Syed-gd1px 22 часа назад

    the console error was that you were missing the brackets of nanoid because its a function id:nanoid()

  • @ChannuSinnur2002
    @ChannuSinnur2002 23 часа назад

    TQ sir

  • @aniruddhsharma5857
    @aniruddhsharma5857 23 часа назад

    thanku soo much sir for introducing such a easy course... but sir i m unable to install nodemon can you help me out sir??

  • @nikhilparmar5805
    @nikhilparmar5805 23 часа назад

    Thanks

  • @techyash12
    @techyash12 23 часа назад

    heading lagani ho toh jesi ki no,name,email usake accordiing

  • @satish_kumar_pandit_7371
    @satish_kumar_pandit_7371 День назад

    let data = [10, 20, 30, 40, 5, 59, 5]; let find = 5; let indices = []; for (let i = 0; i < data.length; i++) { if (data[i] === find) { indices.push(i); } } console.log(indices); indices use kar skte hai kya

  • @satish_kumar_pandit_7371
    @satish_kumar_pandit_7371 День назад

    agr ak array me same value rhe to fir kaise kre kam

  • @Comedy_samokhan
    @Comedy_samokhan День назад

    Amazing explanation🎉

  • @vivekpandey3651
    @vivekpandey3651 День назад

    Exception in thread "main" javax.net.ssl.SSLException: Unsupported or unrecognized SSL message at java.base/sun.security.ssl.SSLSocketInputRecord.handleUnknownRecord(SSLSocketInputRecord.java:457) at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:175) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1506) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1421) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:426) at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:589) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:187) at java.base/sun.net.www.protocol.http.HttpURLConnection.followRedirect0(HttpURLConnection.java:2906) at java.base/sun.net.www.protocol.http.HttpURLConnection.followRedirect(HttpURLConnection.java:2815) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1927) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224) at org.gradle.wrapper.Download.downloadInternal(Download.java:129) at org.gradle.wrapper.Download.download(Download.java:109) at org.gradle.wrapper.Install.forceFetch(Install.java:171) at org.gradle.wrapper.Install.fetchDistribution(Install.java:104) at org.gradle.wrapper.Install.access$400(Install.java:46) at org.gradle.wrapper.Install$1.call(Install.java:81) at org.gradle.wrapper.Install$1.call(Install.java:68) at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:69) at org.gradle.wrapper.Install.createDist(Install.java:68) at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:102) at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:66) error Failed to install the app. Command failed with exit code 1: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 Exception in thread "main" javax.net.ssl.SSLException: Unsupported or unrecognized SSL message at java.base/sun.security.ssl.SSLSocketInputRecord.handleUnknownRecord(SSLSocketInputRecord.java:457) at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:175) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1506) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1421) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:426) at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:589) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:187) at java.base/sun.net.www.protocol.http.HttpURLConnection.followRedirect0(HttpURLConnection.java:2906) at java.base/sun.net.www.protocol.http.HttpURLConnection.followRedirect(HttpURLConnection.java:2815) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1927) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224) at org.gradle.wrapper.Download.downloadInternal(Download.java:129) at org.gradle.wrapper.Download.download(Download.java:109) at org.gradle.wrapper.Install.forceFetch(Install.java:171) at org.gradle.wrapper.Install.fetchDistribution(Install.java:104) at org.gradle.wrapper.Install.access$400(Install.java:46) at org.gradle.wrapper.Install$1.call(Install.java:81) at org.gradle.wrapper.Install$1.call(Install.java:68) at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:69) at org.gradle.wrapper.Install.createDist(Install.java:68) at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:102) at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:66). info Run CLI with --verbose flag for more details. When I run our application we got this error again and again in every system in react native. How?

  • @buheesasmr5879
    @buheesasmr5879 День назад

    Great Lecture with details definition

  • @Fayazkhan-lo8qg
    @Fayazkhan-lo8qg День назад

    sir ek acha sa project bhi karye laravel 11 me sare concepts use karke.....

  • @techmasterhassan
    @techmasterhassan День назад

    You teach in friendly mode and everyone can learn easily and many prayers for u

  • @ZohaibHassan-lz1mw
    @ZohaibHassan-lz1mw День назад

    Appriciate Your Hard Working😍

  • @honeykumar3058
    @honeykumar3058 День назад

    Node.js nhi install kiya maine.

  • @honeykumar3058
    @honeykumar3058 День назад

    npm i mongodb nhi hora