Latest Laravel/PHP Articles

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


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...
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.
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...
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.
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Step 1 you will need to install the illuminate/mail package via Composer. Step:3 Next, configure your mail options by copying the mail.php in to config folder....
Every single codebase has its own technical debt, what defines technical debt, in simplicity, is how much the effort and time you would need to spend to fix leg...
Today, most web projects are developed based on the client-server model. The web client (Web UI) will call the server through the Restful service. When we invok...
In this series of articles, I will talk about the Pipeline package that comes with Laravel but nobody uses it and it’s not documented. Why? Because it’s amazing...