Latest Laravel/PHP Articles

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


The arithmetic operator handles basic numerical operation, such as addition and multiplication. Some of them are: To calculate $a % $b, you first perform $a / %...
“Traceable Scope Queries” is published by Arjon Jason Castro
When I first started app development with Vue and Laravel, I was using “watch-poll” all the time. As my app grew larger and became more complicated, I knew I ne...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
TL;DR: This article will show you how to use Laravel to implement a basic GraphQL API and how to secure it with Auth0. Throughout the article, you will learn ho...
Internshala is an internships platform and has grown rapidly over the past few years. The scale of the growth can be visualised by the fact that, in 2015 we had...
Laravel Socialite: is a package developed to abstract away any social authentication complexities and boilerplate code into a fluent and expressive interface. S...
If you have given some of my earlier blog posts enough heed to attempt to understand the amalgam of PHP-implementable ideas at their core, you might notice my p...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Serverless computing, also known as functions as a service (FaaS), allows developers to host code snippets in the cloud and execute them in response to external...
What is the most important part of a successful API? Documentation! After all, You cannot expect people to use Your API if they have to guess how to use it and...
In March of 2018, our goal was simple. We were going to migrate our Continuing Education website, built in classic ASP, to newer frameworks and platforms, one o...
Last summer I’ve announced the «Composer Cloud Resolver» which we have been using ever since to let our Contao users install their Composer dependencies directl...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
This article i want to discuss how to upgrade php version 5.0 to 7.0+ on mac OS X, most of the developer are facing some problem to upgrade php version on mac s...
When testing your code, PHPUnit is basically the hero. Creating tests is plain easy. It’s all bells and whistles until you start to see a repeated set of assert...
One of the most common habits I’ve seen developers have is sticking to the conventions they’ve learnt from their earlier days of being in school or college. A s...
One of the most crucial aspects to decide on when creating a new project is the architecture of the system. For the longest time, when starting a new project, P...