Latest Laravel/PHP Articles

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


First thing first, let me introduce myself. I am originally from Myanmar and I also used to work as Myanmar and Singapore as Full-Stack Developer before I moved...
A blog on PHP, JavaScript and more Amit Merchant · June 26, 2020 · ⋆ Jekyll It’s never been easier to get started with a blog in 2020 as there are many options...
Recently I needed to tap on Laravel’s Passport programming to control how the JSON Web Tokens (JWT) were being issued. Specifically, I needed to add more claims...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
Please consider supporting us by just disabling your AD BLOCKER and reloading this page again. We will cover how to implement Google, Twitter, GitHub, Facebook...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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.
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...