Quantcast
Channel: Tony Lea » laravel
Browsing latest articles
Browse All 6 View Live

Hello Bundle – Creating Bundles with Laravel

Laravel is a great PHP framework for rapidly building web applications. One of the advantages of using Laravel is the ability to create re-usable pieces of code. Yes, you could always use libraries and...

View Article



Laravel 4 – Simple Authentication

Laravel 3 & Laravel 4 are fairly different. The concepts are the same; however, there are some things that someone might get caught up in when migrating from version 3 to version 4. So, I thought I...

View Article

Image may be NSFW.
Clik here to view.

How to add a new column to the database using migrations

Using migrations in laravel 4 allows users to keep a version control of their database. If you aren’t familiar with migrations I’ll give you a quick rundown. A migration is a file that creates,...

View Article

Installing Laravel on Amazon EC2

Amazon EC2 makes it very easy to scale the servers that our web applications live on. This video tutorial will show you how to load up an Amazon EC2 ubuntu server and setup Apache, PHP, & MySQL on...

View Article

Image may be NSFW.
Clik here to view.

Laravel 4.3 – What’s New

There has been a lot of buzz lately about the latest release of Laravel 4.3. Many new features will be introduced in this new version, and it is all being covered over at Laracasts. This is showing to...

View Article


Image may be NSFW.
Clik here to view.

Laravel Cookies

Using Cookies in Laravel is super easy. Take a look at how we can use cookies in Laravel below: 1. To Set a cookie you can use the following code: $ref = 'my cookie value'; return...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images