512 search results

Mapping Assets

…how about, templates/base.html.twig. Anywhere - I'll go above the body block - add an img with src="{{ asset() }}" passing this the path to our file relative to the assets/ directory. So images/penguin.png. That's it. This is known as the "logical…

6:01
Creating Functions

…comment out lines in PHP. Anything on a line after // is ignored by PHP entirely. This is handy for temporarily removing code or writing little love notes to your fellow developers. Our new function can live anywhere in this file, but let’s put it…

2:10
JavaScript Modules

…it's publicly available. But... nobody is using it yet. Let's try something non-traditional, but fun to start. Go into the base layout and, anywhere, say