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 avoid 7 mistakes to improve WordPress blog or website. As we know WordPress is one of the best and faster open sources CMS (Content Management System). Which is easier to get setup in just a few…
Handling Emails in Laravel Mailable
In this article, We will discuss how to handle Emails with Laravel Mailable.Before proceeding, I'm assuming you are familiar with the basics of the Laravel framework. If no then you can start with given articles.Laravel Setup…
All You Need To Know About Angular CLI
In this article, we will discuss the basics of Angular CLI. Angular CLI provides an easy way to start with any Angular project. It comes with commands that help us to create and start the Angular project fastly. Let go through with the…
Laravel 5 Export to PDF using laravel-dompdf
In this article, we will discuss Laravel 5 Export to PDF. I will show an example, so you can easily generate a pdf file for your Laravel App. We will create pdf from a view, in this view, we will write the HTML code and load data…
Complete Datatable Setup
In this article, we will discuss the complete Datatable Setup. In this tutorial, I will show you how to setup server-side ajax record, pagination, responsive tables, column visibility control and most important the use button extensions.…
Laravel 5 Export Data in Excel and CSV
In this article, we will discuss Laravel 5 Export Data Excel/CSV. To achieve this functionality, we are using "Maatwebsite/Laravel-Excel" package. Here I will explain you step by step to export the data to Excel or CSV as per your needs.…
Basic Use of Model Factories in Laravel
In this article, we will discuss the basic use of Model Factories in Laravel. Laravel comes with the feature called model factories that are offered to made fake models quickly. It's used in the database testing and database seeding. Let's…
Create Custom Dropdown Server Side Filter in Datatables
In this article, we will discuss how to create a custom dropdown server-side filter in datatable. I'm assuming you are familiar with the basic of the Datatables and Laravel Ajax. The server-side custom filter helps us to create the filter…
Angular Overview
In this article, we will discuss basic angular overview. Angular Js is a javascript based open sourced framework and used to build single page application. It's maintained by Google and the community of individuals developers. Angular…
Handling Laravel Pagination
In this article, we will discuss how to handle Laravel Pagination. Laravel paginator is integrated with the query builder and Eloquent ORM. It provides an easy way to handle the pagination of database results on the query builder or an…