Latest Laravel/PHP Articles

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


Laravel FormRequest provides way to handle form validation in a separate class file without clustering your controller. Keeping your controller slim has many pr...
If you are not a PHP developer and have no idea about composer then you can skip this article.
Quite a bit of programming involves doing “low-level” technique somewhere. This is code that directly accesses various subsystems of a server’s running environm...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In this article, we’re gonna demystify RFC: Object Initializer which was proposed by me up for discussion on PHP Internals.
If you are working with laravel application and you need to create zip archive file in your project. Than you will try to search on google and find easy way to...
This is a quick note; just take the sense from this note; find out the details and make it perfect while using the knowledge in practice. The flow of informatio...
Refactoring is the process of reorienting existing, working code. Author Martin Fowler defines the practice of refactoring as: Let’s take a look at what we mean...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Sai LTSep 25 · 1 min readWe can find laravel version in the “Application.php” in the path below-vendor/laravel/framework/src/Illuminate/Foundation/Application.
Recently, we moved one of our applications from Heroku over to Amazon’s Elastic Beanstalk service, where we could exercise more granular control. As part of thi...
Today I was working on setting up Travis CI for Cronhub builds. It took me around two hours to make it work. I was expecting the integration should be a breeze,...
In a recent project, we had a requirement to send a welcome email after user registration. So I started exploring on the internet and I stumbled upon sendgrid m...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
This bulletin summarizes the security vulnerabilities detected in JetBrains products and remediated in the second quarter of 2019. Here’s a summary report that...

blog.laravel.com

Vapor: Reusable Vendors
Beginning today, we are launching a new, opt-in feature for Laravel Vapor that allows Vapor to reuse the "vendor" directory from previous deployments if the con...
Today I wanted to create an article with a collection of tricks that will help us write cleaner PHP code.
We shall need the following before we start our the actual development. Git, Visual Sudio Code or PhpStorm(Or whatever IDE you like), composer and later a testi...