Category Archives: Laravel


February 2, 2015 11:53 am

Building A To Do List with Ajax Using Laravel 4 – Part 1


Building A To Do List with Ajax Using Laravel 4 - Part 1
In this new tutorial series we will be using Laravel and jQuery to build a to-do list with Ajax. Through this application building we will learn how to use RESTFul controllers, RESTFul routing and Request types. We will be dividing this application development into different segments.

[ Read More ]


January 29, 2015 11:30 am

Building A URL Shortener Website using Laravel 4 – Part 2


Building A URL Shortener Website using Laravel 4 - Part 2
This tutorial in continuation to the previous tutorial Building A URL Shortener Website using Laravel 4 - Part 1 where we saw how to start a web application using Laravel, database design, migrations, creating a view for user inputs and model to use Eloquent ORM feature of Laravel. In this tutorial we will see how we can validate the input submitted by the user, saving the data to the database, giving feedback to the user after submission and getting URL from database using shortened url.

[ Read More ]


January 28, 2015 11:07 am

Building A URL Shortener Website using Laravel 4 – Part 1


Building A URL Shortener Website using Laravel 4 - Part 1
Todays we are going to start a series of tutorials about building a URL shortener website using Laravel 4 framework. I hope this tutorial helps to understand laravel features through practical example. We will see how to build a URL Shortener website with Laravel 4 framework. This whole tutorial is going to be divided into sub topics.

[ Read More ]


January 26, 2015 3:25 pm

AWS Service Provider for Laravel 4


AWS Service Provider for Laravel 4
In this tutorial we are going to learn how to use AWS service provider package built for laravel 4 and how to save a document into S3 bucket. We are going to include AWS SDK for PHP to the laravel as a package using composer. We are going to install AWS service provider via Composer by requiring the aws/aws-sdk-php-laravel package in our projects composer.json

[ Read More ]


January 12, 2015 7:40 am

Laravel 4 Basics Part 2: Refactoring and Finishing the Basic Application


Laravel 4 Basics Part 2:  Refactoring and Finishing the Basic Application
In this part, we are going to finish the Basic Application started in Part 1 and give you a little more knowledge on controllers, form builder, url, input and redirect helpers in Laravel and we are going to provide a sample of using layouts/templates in Laravel. Also, we are going to show some Bootstrap classes instead of inline styles.

[ Read More ]


January 5, 2015 6:08 am

Laravel 4 Basics Part 1


Laravel 4 Basics Part 1
Hello Friends Today I am writing about Laravel Basics a very demanding framework first article on PHPGang.com. Larvael is very fast growing PHP Framework and very easy to learn and use. In this tutorial we are going to write how to install Laravel and configure it and make your first application. We divided this tutorial in 2 parts so let see its first part.

[ Read More ]