Latest Laravel/PHP Articles

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


If you are on windows, the easiest way to install composer is by grabbing a copy of windows installer provided by the official composer website. The instruction...
The Open Graph protocol enables any web page to become a rich object in a social graph. For instance, this is used on Facebook to allow any web page to have the...
Your PHP apps could really do with multi-threading capabilities for running tasks in parallel, but you know the PHP building process can be troublesome and time...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
We have all used an FTP client, the most popular FTP client is FileZilla. It’s a great tool don’t get me wrong, today my goal is to show you how you can publish...
We’ve launched a cool feature for our users on the Laravel Forge platform: automatic monitoring of any of your sites and servers managed through Laravel Forge!...
Laravel is one of the most popular PHP frameworks and offers a lot of features which makes developers life easier and enables for rapid development. It has a lo...
Starting with BotMan to create chatbots is easy, but dealing with bugs is not. Since there are many external services like Facebook, Telegram or Slack involved,...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
IntroductionHere are some features from Laravel that you may not be aware of. Here are a few examples: public function user ( ) { return $this -> belongsTo ( 'A...
I am sure all of you developers out there have heard of Content Security Policies before and know a thing or two about how you implement them. Content Security...
In this tutorial, I will guide you step by step on How to Deploy Laravel to Digital Ocean so that you can push your local laravel project to the cloud. We will...
It’s that time of the year again, and over the next few days, there will be some awesome deals in all sorts of areas — retail and tech especially. As a Lar...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
This guide will make you install Xdebug on your Mac without the performance downsides, but still being able to use all the Xdebug goodnesses.  Most Debug setups...
This is the first in a series of articles which will aim to demystify some of the concepts you must get your head around if you hope to run a secure website in...
Chunk() method in Laravel. “Chunk() method in Laravel — akTips” is published by Praveen Ak
Laravel provides neat testing helpers for working with the filesystem –however if you run your tests in parallel, issues are inevitable. At Exposify we use the...