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...
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,...
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...
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...
Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
If you found this article you’ve been probably asking the same questions as I have, and even found my previous article about this topic. Having Vuex on the glob...
Data tables are used widely in the web applications. Data tables allow the users to scan, analyze, compare, filter, sort, and manipulate information to derive i...