Translation | Laravel 10 Tutorial #42

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2023
  • Laravel 10 Translation
    On this episode, I cover how we can support translation in our applications using laravel's built in language functionalities.
    Playlist of Laravel 10 Tutorial Course :
    • Laravel 10 Beginners C...
    Full Code on github:
    github.com/yelocode/ideas
    Boots Watch :
    bootswatch.com/
    Laravel debug bar:
    github.com/barryvdh/laravel-d...
    HTML template Github Link:
    github.com/yelocode/bootstrap...
    What is Laravel :
    Laravel is a free and open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model-view-controller architectural pattern and based on Symfony.
    en.wikipedia.org/wiki/Laravel
    If you're looking to learn how to authenticate a user using Laravel 10, then this is the video for you! In this tutorial, In this tutorial, we'll create a simple registration form that users will be able to submit.
    If you have any questions or problems please leave a comment.
    Laravel Blade
    Laravel crash course
    Laravel Database and crud tutorial
    Laravel Login and Authentication
    Laravel form request

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

  • @user-ip4kc9js6p
    @user-ip4kc9js6p 4 месяца назад +2

    I have been watching your laravel course since 1 month and I have learn so many things from you. Thank you so much brother. If I judge your subscribers with you content I would deprived from this quality content.

    • @yelocode
      @yelocode  4 месяца назад

      Thank you for the kind words. Glad to hear the videos are helpful. Thank you for wathcing

  • @elmirzaismoilov5638
    @elmirzaismoilov5638 5 месяцев назад +1

    I appreciate your time and knowledge. Thanks you very much.

    • @yelocode
      @yelocode  4 месяца назад

      Thanks for watching.

  • @kouzokiodin3623
    @kouzokiodin3623 17 дней назад

    Thank you so much keep the great work

  • @LoneTaha
    @LoneTaha 3 месяца назад

    appreciate your knowledge!

  • @parhamenekas
    @parhamenekas 7 месяцев назад +1

    Thanks for your great explanation

    • @yelocode
      @yelocode  7 месяцев назад

      Thanks for watching Parham.

  • @ousssika5359
    @ousssika5359 7 месяцев назад +1

    thanks man you liqten to our suggestion ,thanks man

    • @yelocode
      @yelocode  7 месяцев назад

      Thanks for watching.

  • @HamadAbdulla_7
    @HamadAbdulla_7 7 месяцев назад +1

    thanks

    • @yelocode
      @yelocode  7 месяцев назад

      You're welcome!

  • @ousssika5359
    @ousssika5359 7 месяцев назад +1

    i m so hyped for change danimacly the language

    • @yelocode
      @yelocode  7 месяцев назад +1

      Glad to hear that, the episode will come tomorrow

    • @ousssika5359
      @ousssika5359 6 месяцев назад +1

      @@yelocode the problem is i used a lang menu created base on javascript , so i set up the lang witout , redirect , so i need to impliment a redirect that's way

    • @ousssika5359
      @ousssika5359 6 месяцев назад +1

      i m working on something good mixed between livewire and laravel , when i finished i will set it public on github,

    • @ousssika5359
      @ousssika5359 6 месяцев назад +1

      it s been four month that i m working on it , you videos help me a lot , so thanks again

    • @yelocode
      @yelocode  6 месяцев назад

      Glad to hear the videos have been helpful. Thank you for the support.

  • @ousssika5359
    @ousssika5359 6 месяцев назад +1

    i have a problem i need to clear the cach to see the lang changes why and m using laravle 10
    why

    • @yelocode
      @yelocode  6 месяцев назад

      hmm, I personally haven't had that issue on local dev. Which dev environment are you using for local development?
      Are you by any chance using laravel-translation-loader package or have it installed on your project?

    • @ousssika5359
      @ousssika5359 6 месяцев назад

      i handel the issue , thanks for your response as usual , you re the best

    • @yelocode
      @yelocode  6 месяцев назад

      @@ousssika5359 I'm curious what was the issue ?

  • @ousssika5359
    @ousssika5359 7 месяцев назад +1

    when you finish the app cann you do a request for the admin to download the backup of the app

    • @yelocode
      @yelocode  7 месяцев назад

      Could you elaborate more on the download of backup? do you mean database backup? or excel or csv export of the users and their ideas?

    • @ousssika5359
      @ousssika5359 7 месяцев назад

      @@yelocode i m thinking about the admin of the site he can put the site en maintenance and danwlod the database backup

  • @abdalkhalekchamkha3622
    @abdalkhalekchamkha3622 7 месяцев назад

    how to auto detect the lang for the user ?
    without change it manually

    • @yelocode
      @yelocode  7 месяцев назад

      A super easy solution is to use the HTTP_ACCEPT_LANGUAGE header,
      you could also use the users ip address to detect their language
      There is a package that can help with this process :
      github.com/mcamara/laravel-localization