Latest Laravel/PHP Articles

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


After a long silence, I am back with some more tips. For the past year, I've been working on an automation system written in Laravel for a London-based company....
We're proud to announce that https://mailcoach.app?utm_source=freek-dev&utm_medium=launch-post has been launched. Using Mailcoach, you can create beautiful emai...
Laravel is arguably the most popular PHP frameworks and that’s unlikely to change any time soon. Today, we discuss three great methods for email testing in Lara...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.

sebastiandedeyne.com

2022 redesign
https://sebastiandedeyne.com/2022-redesign/ https://sebastiandedeyne.com/tags/css/ https://sebastiandedeyne.com/tags/meta/https://sebastiandedeyne.com/2022-rede...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...