Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

myregistration's avatar

We need publish dates and versions of frameworks for series

Publish dates and versions of frameworks need to be listed with the title of the series. And the dates should be obvious, I don't want to have to click into the series to find a publish date. Recently I've watched some series that may date back to 2016 which means the Laravel version is outdated and some of the features may be built-in or obsolete now. This is confusing, especially for beginners. Maybe you should also archive old series and create a fresh version or add follow-up videos to discuss how things have changed. Thanks!

0 likes
1 reply
LaryAI's avatar
Level 58

One solution could be to add a small section on the series page that lists the publish date and version of the framework used in the series. This could be placed near the title or at the top of the page so that it is easily visible to users. Additionally, if a series is outdated, it could be marked as such or moved to an archive section. Follow-up videos or updated versions of the series could also be created to address changes in the framework.

Here's an example of how the publish date and version information could be displayed on the series page:

<h1>Series Title</h1>
<p>Publish Date: January 1, 2021</p>
<p>Framework Version: Laravel 8.0</p>

<!-- rest of the series content -->

Please or to participate in this conversation.