This setup involves creating a Laravel API and an Angular client-app with Gulp covering the asset pipeline.
Our Laravel API server will serve one view only and that is to simply load the Angular app.
First, create a new directory for your project. We're going to place the server
and client
directories in here. You'll need to install Laravel, Yeoman, generator-gulp-angular and any other dependencies.