Author
Pankaj Sood
Hello Friends, I'm Pankaj Sood, Full Stack Web Developer. Expertise in WordPress, PHP, Laravel, Angular, and Frontend Development. I'm building this site only to spread knowledge to the other user. And need your support to make this more flexible. So feel free to contact me, you can also submit your feedback using the contact us page. Thanks :)
In this article, we will discuss "How to Setup Apache, PHP & MySql on Windows 10". When you are planning to install Apache, PHP & MySQL on Windows 10 machine, then We have two options to do this as given below:You can setup…
Agile Methodology Key Tips to Benefit Industries
In this article, we will discuss "Agile Methodology Key Tips to Benefit Industries". An Agile is the project planning software. The key concept of Agile software is to construction projects in a distributive manner across one or more teams.…
Tiptap – Vue Js Rich Text Editor
In the article, we will discuss "Tiptap - Vue Js Rich Text Editor". The rich text editor is mostly used in all kind of Web Apps which fulfill our text processing requirements. It makes our writing easy and manageable.We have already…
Ionic Installation Step by Step Guide
In this article, we will discuss "Ionic Installation Step by Step Guide". We already discuss basic of the Ionic Framework in our previous article. You can read the following article.Brief Note on Ionic FrameworkIonic apps created via…
Brief Note on Ionic Framework
In this article, we will discuss the "Ionic Framework" and the basic understanding of the framework. As we know today mobile apps are generating more traffic for our websites.Ionic Framework is open source UI toolkit for mobile and…
Basic Laravel Vue Js Setup
In this article, we will discuss the "Basic Laravel Vue Js Setup". By default, Laravel provides the Vue js basic setup files. We just need to set up the node modules. You can change the frontend preset s as per your application…
Laravel 5.7 Package Development from Scratch – Part 1
In this article, we will discuss "Laravel 5.7 Package Development from Scratch". Here we describe the package development steps creating, maintaining and using packages. You can also check the official Laravel doc for package development.…
Laravel Multiple Database Connections
In this article, we will discuss the "Laravel Multiple Database Connections". In some conditions, we need to connect multiple databases to the Laravel application. Let's see how we implement multiple database connections in Laravel 5.7.…
Difference Between Agile and Scrum Methodology
In this article, we will discuss the "Difference Between Agile and Scrum Methodology". Even though Scrum is a subset of Agile methodology, but there are some differences between them. Agile software represents a group of software…
Implementation Laravel Enum Package
In this article, we will discuss the "Implementation Laravel Enum Package". It is a wonderful resource for Laravel. As you know, Laravel provides lots of inbuilt features. Developers can create an open source package to return something to…