# Chapter 2 - Building An Image Gallery with Angular
In this chapter, we will build a simple image gallery to learn about components, data binding, directives, services, routing and other basic features of Angular.
## Creating a new Angular app
# Chapter 1 - Diving Into Angular World
## Introduction {#i}
> **Note:** Angular 5 is an enhanced version of Angular 2. Angular 5 is now known simply as **Angular**. So when I mention **Angular**, it means **Angular 5**!
Welcome to the An
Syed Sirajul Islam Anik wrote a nice tutorial about how to use Laravel Facade.
sean wrote a nice tutorial on how to restrict access to Admin Area in Laravel
Laravel Gravatar Helper is a good package that we can use to generate Gravatar avatar URL, with multiple connections support.
Email confirmation is one of the things Laravel lacks out of the box. sampodlogar shows us how to set it up easily.
Nick Basile shows us how to set up Tailwind in a Laravel project
Shamil Choudhury shows us how to reuse Form Requests in Laravel.