Latest Laravel/PHP Articles

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


One-to-one relationships occur when one Entity in the database has an association with another record from another Entity. For example, in a company, each Staff...
There's been a lot of debate in the last few weeks on the merits of building web apps with HTML-over-the-wire vs. using popular JavaScript libraries like Vue an...
I’m a web developer by trade and a part-time author, so here are a few things that I have done to help promote my books and ebooks using my website and my tech...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
To optimize memory usage, the crwlr/crawler library leverages PHP's Generators. If you want to write a custom step for your crawler, the step must return a Gene...
Full title is Managing My Motivation, as a Solo Dev, but this is great advice for any dev. Leave tasks unfinished I can’t overstate how much this one helps me....
We love to add small features to Flare. This week's feature allows you to create issues way faster! If you've integrated your Flare project with GitHub, GitLab,...
In this article I will talk about Laravel Form Request to send data from your application frontend to the backend. In web applications, data is usually sent via...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Composer is the go-to dependency manager for PHP, and if you're working with Laravel, you're already familiar with frequently used commands like composer instal...
At Laravel, we equip PHP developers with the most advanced tools to create exceptional applications. Today, we announce our partnership with Sentry, making it a...
Emails are an important aspect of many web applications, and making sure that emails are sent correctly and contain the expected content is essential. Laravel p...

www.phparch.com

PHP Reflections
As I reflect on my career, I have noticed things about myself and the industry. I have watched PHP mature since 2003, and at times, I find myself grumbling, “GE...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
You can upload file in Laravel using its beautiful unified API to interact with many different types of storage systems, from local disk to remote object storag...

sebastiandedeyne.com

The Cascade: a CSS blog
The Cascade is a great new blog on all things CSS by Robin Rendle. It's also an attempt to fill the void left by CSS-Tricks, for which Robin was also a writer f...
Published: May 29, 2024 by C.S. Rhymes I recently worked on a project using the GOV.UK Design System with a Laravel project. The GOV.UK frontend provides layout...
In popular project and source control systems, like GitHub, you can assign a person who should take care of a particular issue. Now you can do this at Flare as...