Latest Laravel/PHP Articles

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


You can’t, or shouldn’t, create thousands of different variables to store each record. You would use an array and store all of the records under one variable.
Hi, I’m Valerio, software engineer from Italy and CTO at Inspector. In this guide I’ll show you how to put your Controller/method pairs under real-time monitori...
So, when we include them and access them via creating an object then it conflicts. In this post, we understand namespace with practical examples and we...
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.
This tutorial will guide you into building the User CRUD for Laravel authentication in less than ten minutes with the help of reactive components from VueJs and...
In the 7.x branch, Laravel added an artisan test command which acts as a wrapper for PHPUnit. It provides information about the tests as they're running and sto...
So The first chapter of the whole series starts with the basic understanding of the roles of one programmer and what are the requirements to be fit for that spe...
For a project that I am currently working on, I am creating a chat application within a single page Vue application with a Laravel backend, and then I ran into...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
As a rule of thumb, we should never run database queries inside a for-loop! For example, let’s say we designed an inventory software and it’s being used in prod...
Menu This month, I had the pleasure of being interviewed in the famous PHP podcast "Voices of the ElePHPant". You can listen to the podcast here: Thanks, @CalEv...
RFID based Car Parking System is a simple project that offers an efficient car parking management system with the help of RFID Technology.Car parking management...
Today we will build up an API (Application Programming Interface) application by means of Laravel and give security through JWT. Among the JWT communication sys...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
I know that for the past few articles we’ve looked at strings, but we never actually talked about them. A string is just a sequence of characters surrounded by...
I enjoy building android apps and adding more fun to it , we can integrate payment gateway to our apps to collect payments for our products/services. Why am i w...
In laravel bootstrap alert, Today We am going to share with you How to use redirect with flash messages without any package in Laravel application. Here you can...
Before I begin I would love to point out that is my first post so please pardon me any errors you may find as you read along Recently I’ve been working on a e-l...