Laravel Beginner tutorial | Turn on the lights

Поделиться
HTML-код
  • Опубликовано: 6 окт 2024

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

  • @mansaha9288
    @mansaha9288 5 лет назад +1

    This must be the epic course of all

  • @hashaamzahid3319
    @hashaamzahid3319 5 лет назад +1

    Thanks Bitfumes

  • @donmikele07
    @donmikele07 5 лет назад +1

    Great work Sarthak!

    • @Bitfumes
      @Bitfumes  5 лет назад +1

      Thanks Mickey, more in depth videos on laravel is coming to this series.

  • @IzzahFatini-q9n
    @IzzahFatini-q9n Год назад

    I am using vscode, what the extension should I use so I can easily go-to the function or file just by click

  • @user-eh5yw3dc8s
    @user-eh5yw3dc8s 5 лет назад +1

    can you teach me to 1. displays the contents of the .txt file 2. edit the contents of the .txt file 3. delete the contents of the .txt file 4. and make the contents of the .txt file use Laravel ?

  • @Askbowe
    @Askbowe 5 лет назад

    Hello I really like your videos and the depth you go to in the laravel framework.... I was trying to implement the container and the Facade out side of laravel itself ... and i do not understand how this works return app()->make(static::getFacadeAccessor())->$name() How can i create the "app()" function or where do i add it ? Please help thanks

    • @Bitfumes
      @Bitfumes  5 лет назад

      Firstly thanks for watching, I think you have not watched this video about facades. Try it, you will get everything.
      ruclips.net/video/zD2VJhOdI5c/видео.html

  • @shekhsaifuddin1353
    @shekhsaifuddin1353 5 лет назад

    How can I use show collection of data using while loop instead of foreach in blade file..??

  • @AvaneeshKumarSingh
    @AvaneeshKumarSingh 5 лет назад

    What command you are using to go to the function definition in VS code?

    • @donmikele07
      @donmikele07 5 лет назад +1

      ctr + lef click on method/class name. It opens a frame in the current window. If you want to another tab, just click the link right below the mthod/class name in the opened frame.

  • @easyvideott7505
    @easyvideott7505 5 лет назад

    If I open some index view in my Laravel app (where all the models are listed for example) and then I open a single model for example my-app.com/user/1. Does this process go again through public/index.php and loads the whole app all over again???

    • @Bitfumes
      @Bitfumes  5 лет назад

      No, most of the things only work on the file you have requested, and rest of the things will come from Container ( Next videos will be about container)

    • @easyvideott7505
      @easyvideott7505 5 лет назад

      @@Bitfumes I tested this and I am afraid it is not true.... when i turn on debugger and set the red dot in PHPstorm every request goes through public/index.php

  • @MuhammadAdnan-gx6rd
    @MuhammadAdnan-gx6rd 5 лет назад

    Ecommerce laravel. ...