Fixing - PHPUnit Util Deprecated Feature Logger

In this series, i am going to cover a common bug that developers face during running the PHP Unit Tests. Keep in mind, this error occured while I was using phpunit, version line five. composer global require "phpunit/phpunit" Lately, I was working on my open source project on&...
Read more...

Laravel v4.2.20 , a special release.

I new version for Laravel v4.2.20 has been released. Yes!, you are absolutely correct, that new version for the Laravel's back version v4.2 is now released with support for PHP 7.0 and updates to the Symfony components to v2.7. The v4 line of Laravel is already deprecated, but a...
Read more...
d18725f0-8447-11e6-9673-503471e4dd54 (1).png

Hacktoberfest is back, #Hacktoberfest2016

Hey Developers ! Its time to celebrate an open source (#Hacktoberfest) in this October by participating with Hacktoberfest 2016. It is a month-long (festival of code) campaign to spread open source resources, which is organized by DigitalOcean and hosted on GitHub. Rules for develop...
Read more...
download.png

An alternative way for PHP array_column

As a developer i'm pretty much sure, most of the developers use latest version of PHP in their machine, so do I.  The thing is, sometime with version of PHP on hosting servers, we have to think about the alternative way. Here with this post I am going to share a pro tip fo...
Read more...

Linux: How to show current git branch in Bash prompt

The bash prompt does not show the current active git branch on the project root. So adding a way to display the active git branch can help developers avoid the branching problems and code conflict with other developers some time. In this post, you will get a chance to learn how you...
Read more...

Setup Mailgun with Digital Ocean

One big panic thing is managing and having to set up the email server of own. It requires a lot of technical things, resources, pricing, security prerequisites and many more. A lot of modern, secure, reliable mail service providers are up in the tech market these days. Here, in this...
Read more...

Install Atom Editor on Ubunto 16.04

Press Ctrl+Alt +T open up your teminal, please type these commands. sudo add-apt-repository ppa:webupd8team/atom sudo apt-get update sudo apt-get install atom Enjoy!
Read more...
Laravel Cheat Sheet

Laravel Cheat Sheet

Are you a PHP developer, working using the Lararvel framework? If your answer is Yes, you are at the right place; here in this post, we are writing about the Laravel cheat sheet to quickly pick up the Laravel syntax for different features available in the Laravel ecosystem. The chea...
Read more...