Unfortunately, this project has been discontinued.
A member of the community has suggested the following replacement.
This replacement is not affiliated with laravel-angular.io

JWT Authentication

Get started with JWT Auth

Overview

Using Json Web Tokens for authentication will allow you to easily scale up your application, as you only need to store the tokens on the front-end.

Packages

We will be using irazasyed/jwt-auth-guard which is a Laravel Auth Guard on top of tymondesigns/jwt-auth

Follow the installation instructions to get started with JWT Authentication.