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
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
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
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
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
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
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
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