Latest Laravel/PHP Articles

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


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...
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...
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.
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...
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...
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.
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...
PHP is known as one of the easiest learning languages. But, though starting to learn any programming language is a daunting task. Here, I have given some tips f...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
I’m thrilled to announce the release of Laravel Zero 5.8. This release adds improvements over the app:buildArtisan command, and better compatibility with the Wi...
PHP laravel introduce new version laravel 5.8 with new features. laravel 5.8 is released now and available for all. laravel 5.8 added new feature like cache TTL...
If you want to build web applications in quick time then there is no better technology than PHP and MySQL. People may tell you to learn Java, Angular, React, Ja...
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,...