login.png

Laravel 5.4: Login with Username or Email

I believe that Laravel is now well-known framework among PHP developers. I hope many of you may have already built an application using it. It is really popular due to its powerful features with expressive, beautiful syntax. From this tutorial, we want to customize the default auth s...
Read more...

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...
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...
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...