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

Create New Post Contact Us

Creating Laravel AngularJS Application Series – Part 8

In this eighth video in a unset number in the tutorial series, we will configure a mechanism to allow application users to reset their password in the event that they forgot it. The process will involve the application e-mailing a temp password, and

Creating Laravel AngularJS Application Series – Part 7

In this seventh video in a unset number in the tutorial series, we will configure flash messages to alert users, Create a custom helper class to utilize bootstrap alerts for those messages and secure our home page route behind the login, so that only

Creating Laravel AngularJS Application Series – Part 6

In this sixth video in a unset number in the tutorial series, we will construct a signup form that will allow the user to sign up for a user account in our application. The user will be able to click a link on the login page, that will redirect them

Creating Laravel AngularJS Application Series – Part 5

In this fifth video in a unset number in the tutorial series, we will create a MySQL database for our project and construct the Users table. We will then wire laravel to authenticate application users against entries in that database table.

The Ap

Creating Laravel AngularJS Application Series – Part 4

In this fourth video in a unset number in the tutorial series, we will walk through installing and using Twitter Bootstrap in conjuction with our Laravel 4 views. Twitter Bootstrap allows us to incorporate design elements into our project very quickl

Creating Laravel AngularJS Application Series – Part 3

In this third video in a unset number in the tutorial series, we will walk through installing Laravel 4 MVC PHP Framework via Composer onto our CentOS 6.5 development web server.

The Application will be built from the ground up in these videos, an

Creating Laravel AngularJS Application Series – Part 2

In this second video in a unset number in the tutorial series we will walk through setting up Samba on our CentOS 6.5 server. Samba will allow the developer to mount the project or application root where the project is actually stored on the webserve

Creating Laravel AngularJS Application Series – Part 1

In this first video in a unset number in the series we will walk through setting up a CentOS 6.5 server with a typical AMP stack (Apache, MySQL, PHP) and getting it ready for a development environment which we will use to construct an application wit