Latest Laravel/PHP Articles

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


The idea is to invest time into doing a write-up of a problem I’m facing before I’ve solved it. Why not put it on Stack Overflow? Because before posting there,...
You’ll find plenty of tutorials online telling you how to rewrite a legacy codebase, plenty of developers telling you to rewrite your backend services to use Go...
You’ll find plenty of tutorials online telling you how to rewrite a legacy codebase, but I’d like to share my rewrite story to open your eyes as to what you are...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
1) Check if you have the Doctrine DBAL library installed. If you don’t know how to do this, just check at your composer.json file. There should be a line like...
In this post, I want to introduce one of my project which I coded it using PHP MVC. This project is an API for book library system a has the following features:...
For the purpose of this tutorial we will be using spatie Laravel Backup Plugin. Follow this step here to get and configure plugin. After Setting up Spatie backu...
In the past exercise, we created a catalog of products where we loaded products from the database or document store (“flat files”) and we showed on the screen u...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
For a protected area, it's common and expected that every session have an inactivity period set and, after that, the user is forced to log in again. Well, Larav...
Upgrading framework tends to be put aside because we often prioritize adding new features to products. However, if you don’t upgrade the framework for a long ti...
MailboxValidator is an email validation API which can be used to check email lists to identify invalid or probably incorrect email addresses. MailboxValidator u...
Lob is a venture backed startup company based in San Francisco, CA and has over 6000 customers including Amazon, Square, and Counsyl. They provide a cloud based...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
As we all know, MySQL is an Open Source Relational Database Management System (RDBMS) that uses Structured Query Language (SQL). MySQL is a central component of...
While adding tests to Laravue (a dashboard for Laravel using VueJS), I found that setting unit tests for Vue with Laravel Mix is not simple like Vue’s official...
Finally, after hours of hard work and research, I was successfully able to perform code-splitting in my Laravel+Vuejs application. This is my first medium artic...
Hello, today I want to share about how to integrating our Laravel App with Stripe. We know that stripe is the best way to create a payment gateway system. Befor...