CakePHP 4 - Creating a Plugin and Helper to Embed phpinfo output into a view

Поделиться
HTML-код
  • Опубликовано: 8 фев 2025
  • 2:10 How to create a PhpInfo Plugin & Info Helper with bin/cake bake.
    4:40 Use ob_get_contents to capture output into a variable
    21:22 Shows pushing the Plugin to GitHub and then using composer to install it into the vendor directory

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

  • @aax73
    @aax73 Год назад +1

    This will help me to keep my projects organized. Very useful. Thank you, James

  • @captainflam94
    @captainflam94 Год назад

    thank you for this video I will finally be able to start creating a plugin. This video is really very concise and very clear

  • @ArielAleP81
    @ArielAleP81 11 месяцев назад

    Hello James! Thanks for this Tut! :) Question: Why did you create that @VAR in minute 6:15?

    • @toggenation
      @toggenation  11 месяцев назад

      Hi, I use the PHP Intelephense extension with VS Code the @var ... is so I can get editor hinting and auto complete working. I find it easier to let the IDE do the work and not my memory 😃