July 22, 2021

Best Git Tutorials – 2021

Version control is essential for any file-based project whether you’re a developer, open source contributor, project manager, quality controller or even student. Git is the most popular open-source version control system (distributed free) that allows contributors to track their code changes, manage multiple version of code, roll back if required […]
March 13, 2017

What You Should Know About Shared Web Hosting

You may have seen the term “shared hosting” while evaluating different hosting solutions, specially if you are looking for budget hosting solutions. Shared Hosting is the most popular and least expensive option. Before jumping to conclusion, lets evaluate it. What is Shared Hosting? In order for your website to appear […]
June 13, 2016

Creating an Admin Area with Laravel 5

It is a very essential feature and Laravel auth has no built-in solution. This tutorial assumes prior knowledge of Laravel 5. Adding a new Column to Users Table In order for this authentication to work, we are going to need to have a column that lets us distinguish between either […]
May 15, 2016

Role Based Authentication in Laravel with JWT

JWT is the best option at this time to create authentication for stateless applications, mostly Web API. It has a lot of advantages including flexibility, enables scaling of HTTP applications, self contained and available in all standard programming languages. In Laravel, we are going to use Tymon’s jwt-auth as demonstrated […]
April 10, 2016

Modern Web Development with Laravel 5.2 (PHP Framework)

I highly recommend this course, Maximilian Schwarzmüller is a true inspriation, he loves teaching and has excellent knowledge. Here is the url: https://www.udemy.com/modern-web-development-with-laravel/ Course Description This course uses Laravel 5.2. You learned the basics but still feel like something’s missing? You want to get your development skills to the next […]
February 13, 2016

How to Make User Login and Registration Laravel 5.1

Just a quick note that Laravel 5.2 now features an artisan command: php artisan make:auth This will create the basic views you need for login, registration, and password resets. You might still want to read through this tutorial, it will give you an idea on how the AuthController works, which […]
January 3, 2016

Simple Laravel CRUD with Resource Controllers

Creating, reading, updating, and deleting resources is used in pretty much every application. Laravel helps make the process easy using resource controllers. Resource Controllers can make life much easier and takes advantage of some cool Laravel routing techniques. Today, we’ll go through the steps necessary to get a fully functioning […]
December 30, 2015

How to Add an Addon Domain in cPanel

Log in to your cPanel In the Domains section, click Addon Domains.     Now, add required details:     New Domain Name: Enter the domain name (e.g. mynewdomain.com) you are adding to your cPanel account. Subdomain / Ftp Username: When adding a new domain to your cPanel account, an […]
December 24, 2015

How to increase traffic on website through writing a blog?

Writing blog is a very popular and attractive field. It is a major field, and almost every person tries to adapt it because it is very easy and useful. Once you have made a blog, then you can add every kind of information on it. It is very easy to […]
December 17, 2015

7 Things you must keep in mind before designing a website

Web design is a very popular field and it becomes more and more popular as the time passes. It is a very huge field and everybody tries to adapt it because of its huge scope. In web design, your design of website has to be unique and should not match […]
December 9, 2015

Top 12 Benefits of a Responsive Web Design

Responsiveness is a trendy expression in web design these days, but all the hype created is really worth it? This question might arise in minds of people who are still following the traditional web design for their business websites. Before taking any step further you need to know the edge […]