Latest Laravel/PHP Articles

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


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...
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:...
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.
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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
The user interface for Laravel Horizon has been released in version 3.0 and brings new features. Included is the Night Mode and a new order on the Dashboard.
We are building Facebook login app with Laravel using Socialite package. I will be explaining all the things but it would be good if the reader knows at least t...