How do we feel about pulling the "See Also" section into the top right of the page? It's precious real estate, but I'm often looking for something related to the current page.
Shout out to @chris for the idea…
| Blog | https://timacdonald.me |
| https://twitter.com/timacdonald87 |
How do we feel about pulling the "See Also" section into the top right of the page? It's precious real estate, but I'm often looking for something related to the current page.
Shout out to @chris for the idea…
My docs generator now consolidates all the PHP documentation menus into one single sidebar menu system.
Not seen in the video: it also filters out empty pages, such as “Introduction”, to make sure you only ever land on pages with content.
Laravel Pennant comes with Blade helpers, but what about checking features in a rich client-side application?
Piece of cake.
Export feature flag values to your front-end with the `json` blade directive.
As Laravel 10.x is supporting PHP 8.1+, I'm ecstatic that I can start to use first class callables in the framework and eco-system packages.
Seriously love these things 😍
💡 TIL you can do string concatenation in a PHP constant assignment and even use other constants created in the same class.
I don't know what to do with this information, so I'm telling you about it.