Translation | Build Blog with Laravel, Livewire & Filament #20

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2023
  • Welcome to our laravel blog project series, in this comprehensive series we will build a blog from scratch using livewire 3 and filament 3.
    Today we are going to cover translation and localization with laravel by adding support for multiple languages and at the end of the video, translating our application to french using google translate.
    We will cover how to install and customize jetstream, create layouts, setup database migrations and models, display posts, use livewire 3 to create dynamic components without page reloads and more.
    Next Episodes (Playlist):
    • Build Blog with Larave...
    github.com/barryvdh/laravel-d...
    Html Template :
    github.com/yelocode/tailwind-...
    Project Code :
    github.com/yelocode/laravel-b...
    Filament Documentation :
    filamentphp.com/docs/3.x/pane...
    Free Livewire 3 Course Playlist :
    • Laravel Livewire 3 Cou...
    Livewire 3 website :
    livewire.laravel.com/
    If you would like me to make more livewire videos, please let me know by liking the video and commenting what you like to learn next.
    What is livewire:
    Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel. (Taken from Livewire Documentation)

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

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

    Thanks bro. Great tutorial.

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

      Thanks for watching.

  • @JaanPajusalu
    @JaanPajusalu 5 месяцев назад +3

    How to translate blog posts on different languages that is interrested. Multilingual backend and frontend. Thanks a lot from video!

  • @user-yu5cx7px6p
    @user-yu5cx7px6p 3 месяца назад +1

    Thanks Man

  • @riadhcoding
    @riadhcoding 21 день назад

    You are the best brother where are you from ??

  • @kwasiezor1630
    @kwasiezor1630 3 месяца назад +1

    i've heard you say "underline" for the translation symbol but it's "underscore"

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

    thank you
    I have a question how to make a field Textarea or TextInput and next to the button when clicking on which there was some action (for example, api query) and this field was filled out

  • @scientist.entity6609
    @scientist.entity6609 7 месяцев назад +1

    Very useful, thank you. The French translation was not that bad 🤣

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

      Glad to hear that!

  • @cybermanbg
    @cybermanbg Месяц назад +2

    Thanks! Very helpful! A question, how to translate to locate pagination text like "Showing 4 to 5 of 5 results" ?

    • @yelocode
      @yelocode  Месяц назад +2

      Thanks for watching. A bit late with the reply, but you can run php artisan vendor:publish --tag=laravel-pagination to publish the html code for the pagination. It's written like this in the blade file :
      {!! __('Showing') !!}
      You will have to write translation for "Showing" and all the words used in the text, or update the published blade files.

    • @cybermanbg
      @cybermanbg Месяц назад

      @@yelocode Благодаря/Thanks ! Направих го/Its done !

    • @riadhcoding
      @riadhcoding 21 день назад +1

      Great question 🎉

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

    thank you

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

      Thanks for watching Hamad

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

    Why not configure the language options in menu so that users can select their native language is more accessible?

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

      That is something we can easily add in up coming videos

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

      @@yelocode great!!