WordPress & Laravel Blade - Combination that boosts templating experience?

Поделиться
HTML-код
  • Опубликовано: 31 май 2024
  • In the dynamically changing world of web dev, the need for structured and efficient coding practices is a key to success in the long run. One powerful concept that addresses these demands in PHP projects is using templating engines to organize visual layers.
    In this video, on the example using Laravel Blade and WordPress, I'll explore the reasons why the concept of templating engines in PHP is worth trying, and how it can improve the way you build applications. After staying with me, you'll be able to answer the following questions:
    - What is Laravel Blade and how can it be used in WordPress?
    - Why it's worth trying to learn and use Blade in your workflow?.
    - How to integrate Blade with WordPress with a few simple steps (no plugins)?.
    If you build WordPress solutions like custom themes or plugins, or you search for ways to learn something new maybe even outside the WordPress world, I insist you check out this material and make your first steps in the Laravel world. Enjoy 👋
    #webdevelopment #developer #wordpress #laravel #blade #wordpressthemes #wordpressplugins
    ---
    00:00 Intro
    00:44 What is Laravel Blade and how does it work with WordPress?
    05:18 Why use Laravel Blade in WordPress?
    08:22 How to integrate Laravel Blade with WordPress?
    14:06 Summary
    ---
    - Twitter: / przemekhernik
    - Website: tentyp.dev/blog/wordpress//bl...
  • НаукаНаука

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

  • @tentypdev
    @tentypdev  7 дней назад

    ⚠Changelog:
    [22.05.2024] Creating Page Templates: ruclips.net/video/7QlSrHknUNg/видео.html

    • @tentypdev
      @tentypdev  7 дней назад

      I was wondering what form will be fine to provide updates on the relevant topics and I believe that the changelog form will be fine for now. Let me know what you think! 👋

  • @ricardomartin5535
    @ricardomartin5535 23 дня назад

    Hi there! Your tutorial is fantastic, but I'm still grappling with understanding how custom templates work. I've added {{-- Template Name: Contact -- }} to blade file, but it seems like something's missing. Any ideas?

    • @tentypdev
      @tentypdev  23 дня назад +1

      Hi Ricardo, thank you for your kind words! 🙏
      And you're right, this implementation didn't handle the custom templates correctly. I've prepared a path that fixes this for you: github.com/przemekhernik/footmate.pro/pull/25 You just need to move a few files, and modify a little bit template relocation function. I've described all the details in the GitHub description so if you want to understand this better, just check out this PR. If you don't want to understand this, just implement similar changes in your codebase and it should work fine 😀
      This PR is not merged yet, since I want to create an article describing this process to help the community understand this issue too. Big thanks to you for your contribution, we really appreciate that ❤
      Please let me know if it works for you!

    • @ricardomartin5535
      @ricardomartin5535 22 дня назад

      @@tentypdev Thank you for the quick response, I made the indicated changes and now it works perfectly. Just one detail, I also had to move the index.php file to the 'resources' folder to activate the theme.

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

      @@ricardomartin5535 You're totally right. We need to move all the required WordPress template files to make it work properly 🫡
      I've created a draft material describing and explaining this topic with thanks for your contribution ❤ I'll be really grateful if you'll find time to check it out and let me know what you think. We highly appreciate such a contribution to the community 😍
      tentyp.test/blog/wordpress/blade/page-templates/ 👈 THE DRAFT

  • @rahatkamal299
    @rahatkamal299 10 месяцев назад +3

    Broh zoom it this is too hard to see

    • @tentypdev
      @tentypdev  10 месяцев назад +1

      Thanks for the feedback, I really appreciate that 🤝 Point noted, and I’ll try to improve this in the next videos.
      Meantime I have a text version available if it would help here: tentyp.dev/blog/wordpress/introducing-laravel-blade/

    • @kennethcabiling7199
      @kennethcabiling7199 9 месяцев назад

      😊

    • @kennethcabiling7199
      @kennethcabiling7199 9 месяцев назад

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

      Hi @rahatkamal299! Did you have a chance to check the new videos? I've changed a little bit the way how I present the code. Is it better? Thank you for your thoughts 🙌