Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


PHP 8.2 adds a new way of declaring classes: you can make them readonly. In practice, it means that all properties of that class will be readonly. In o...
Tracking changes in a table or several tables for that matter can be essential for your application, and we are going to take a look on how to do that using onl...
Back in February this year I was writing https://dev.to/geowrgetudor/setting-up-laravel-with-inertiajs-vuejs-tailwind-css-21pc guide on how to setup Inertia.js...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
https://res.cloudinary.com/practicaldev/image/fetch/s--6U1IYCKI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/0%...
In this article, we see laravel 8 get the last 30 days record from the database. Also, we can see how to get the last 1 month's data records in laravel 6/7/8 us...
Have you ever tried running a search in a nested JSON column inside a database with laravel where() method and it didn't work the way you expected it to due to...
According to the https://wiki.php.net/todo/php83, PHP 8.3 will be released on November 23, 2023, after three alpha releases, three beta, and six release candida...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
readonly class PostData { public function __construct( public string $title, public string $author, public string $body, public DateTimeImmutable $createdAt, pu...

www.phparch.com

The PHP DateTime Class
As a developer, you're going to run into situations where you need to perform some kind of operation on a date or time. As an inexperienced developer, I had not...
https://dev.to/sajaddp #friends-dont-let-friends-browse-without-dark-mode 🌚 Friends don't let friends browse without https://dev.to/settings/customization. You...
You have a MySql server running on Windows perhaps with XAMPP. You also have Wsl2 and want to access that database from Wsl2 for your for your application. I as...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.

nico.orfanos.dev

Nico Orfanos
A thing in all my projects is using Elastic cloud for my application logging. The reason for this is that, it’s super easy to start logging in https://www.elast...
https://www.iankumu.com/blog/nginx-vs-apache/ is a high-performance web server software. It can be used as a standalone web server, a https://www.iankumu.com/bl...
I'm proud to announce that our team has released a new package called https://github.com/spatie/laravel-model-flags. This one makes it easy to add flags to any...
In this laravel 9 quick tutorial we will see how to check laravel 9 project environment. It like check laravel version, php version, composer version etc. We ca...