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
This will help me to keep my projects organized. Very useful. Thank you, James
thank you for this video I will finally be able to start creating a plugin. This video is really very concise and very clear
Hello James! Thanks for this Tut! :) Question: Why did you create that @VAR in minute 6:15?
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 😃