Latest Laravel/PHP Articles

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


While you can read this article directly, it’s better to read Write better Laravel tests first article where I show some tricks that can make your Laravel API t...
Just in case you didn’t know, the Authentication stack of the framework comes with a lot of Events.
In my previous post I wrote about applying enum patterns in PHP, without native enum support. In that post, I gave the example of a "date range boundaries" enum...
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.
All I hear online nowadays is PHP is dead. It's dirty. Get onto Python or JavaScript - we're the future! Yes, PHP has had a few bad years, and is known historic...
Laravel Telescope is an elegant debug assistant for the Laravel framework. Telescope provides insight into the requests coming into your application, exceptions...
Google provide powerful programmatic method to get report from Google analytics in your custom dashboard. You can see real time activity by integrating Google A...
Uploading files can be really pained in the neck, especially if we don’t really want to overcontrol the user. Using chunking and uploading them one by one can b...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
16 Tips for Secure CodeTurn off register_globals! — This ancient php feature will let people create any variable they like in the global scope. Think about what...

medium.com

What Is HTTP
HTTP stands for Hyper Text Transfer Protocol, (the protocol the web relies on most).
One of the really common things you do when building web apps is storing passwords for user accounts. Here’s what you need to know: I’ll go into each of these i...
Yesterday we launched an exciting new feature for Laravel Forge: database backups! Laravel team member James Brooks has been working hard on this feature for se...
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.
I’ve always been a big fan in general of tools that provide feedback about the quality of my code.
PHP is a general purpose open source scripting language mainly suited for web development. PHP is in-short C binary.
In this article, I’m going to explain, how you can make and use a Global function to Resize and Upload Images using third party package “intervention/image”. Op...
The other day I was working with one of our partners, a member based organisation, integrating their portal with our platform. The use case was simple: allow th...