A place where all members can share their Laravel & PHP tutorials, links, news, packages, etc.

Create New Post Contact Us

Laravel 5 and AngularJS Tutorial reloaded – Part 2

On this second part of the reloaded Laravel and AngularJS tutorial we will finish the pool application started on the first part adding an admin view where the user can create new pool and manage the existent ones. As we already implemented all the C

Let's build: An AngularJS app with Browserify and Gulp

Today I want to show a generic workflow and setup I have used a lot lately when working on building apps with Angular. It uses Gulp as a CI system and Browserify to minimize code clutter and maximize awesomeness. So let's jump in.

Creating a Polling Application Using AngularJS and Laravel Part 1

In this tutorial, we will build a single page polling web application using AngularJS and Laravel. Our application will allow the users to select one of the listed polls and submit their choice. The users will also be able to view the stats of the po

Learn to build an AngularJS application with Laravel 4

Learn to build an AngularJS application backed by a MySQL database using the Laravel 4.