Blog

blog
14 Dec PHP 8.0: Introducing the New PHP Version

We’re thrilled to announce that PHP 8.0 is now available on Hostinger servers. This PHP version comes with new features and changes to provide the best possible performance for your web projects. Since this is a major update, we encourage all users migrating to the latest release to get familiar with the new changes which we will cover in this article.

blog
14 Dec 5 hot changes coming to WordPress 6.7

Since the final release is still being worked on, some of what you see here may not be what you will find on November 12. We also used the upcoming Twenty Twenty-Five theme when testing this new update, so some features we will discuss may not appear on other themes.

blog
13 Dec Reading JSON Files in Laravel

JSON (JavaScript Object Notation) is a lightweight and widely used format for data exchange. In Laravel, working with JSON files is straightforward, thanks to its robust file handling and array manipulation features. Whether you are storing configurations, managing localized content, or handling API responses, JSON files are incredibly useful.

blog
13 Dec Laravel Package Development with Local Composer Dependencies

Laravel is renowned for its flexibility and ease of extending functionality through packages. Developing your Laravel package becomes even more efficient when leveraging local Composer dependencies. This approach allows you to test and debug packages during development before releasing them to a public or private repository.

Up to Top