Latest Laravel/PHP Articles

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


Instead of “microtime(true);” they wrote this gem.
We can create a form request and require these in the rules function. Let’s set the authorize fuction to true and think about the rules function.
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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).
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.
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...
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.