Most Essential Laravel Packages — Must have PackagesWe all know reinventing a wheel concept and Laravel makes it so easy to where we can just plug and play with various packages. Here are…Dec 16, 2020Dec 16, 2020
Passing default params in axios using NuxtJS (Interceptors)Sometimes you might need to add default params to axios request. I have also faced a similar situation. I thought it might help you too…Nov 18, 2020Nov 18, 2020
Create documentation easily using NuxtJS VueJS content pluginIf you are trying to create a documentation site then NuxtJS is a very easy way to go. If you haven't tried NuxtJS then it wouldn’t be a…Nov 3, 2020Nov 3, 2020
Laravel Eloquent WithWhereHas Mixing with and whereHas using a scopeI was going with some places where I needed both the with and whereHas and using that in multiple places is not a good practice. So, I…Nov 2, 2020Nov 2, 2020
Remove .idea or any files/dir from your git repoWe always try to do things faster and accidentally we add .idea directory and other unnecessary files. I have faced this situation mostly…Sep 25, 2020Sep 25, 2020
Javascript Working with Objects and ArraysBefore I start here, I was working with objects and arrays in PHP and other languages. I have been using VueJS these days and always get…Sep 15, 2020Sep 15, 2020
PhpStorm Plugin is incompatible (supported only in IntelliJ IDEA)If you ever encounter an issue with the incompatible plugin and have installed the plugin in PhpStorm, WebStorm, or any other JetBrains…Jun 8, 20201Jun 8, 20201
TUTORIAL: HOW TO INSTALL LARAVEL IN EASY 3 STEPSIf you are planning to move to laravel from any other framework or if your just starting your php framwork on Laravel then installing…Aug 4, 2017Aug 4, 2017
WordPress Custom Pagination functions.php; Without a PluginWordPress Pagination is a very essential part for the front, category or archive pages, so you will require you hands on skill on…Jul 30, 20171Jul 30, 20171