lets cut crap about intro and other stuff and head to main topic :D
Steps:
1. Create new account or login existing account in [Openshift][1].
2. Create new HHVM application or go to this [HHVM in Openshift][2] and set your domain name and ap
This tutorial shows you how to create an API using laravel 5.1
Laravel provides a convenient way to seed your database with fake data for testing purpose using a system of factories for your Eloquent models.
This is a demonstration of how to create a factory for a model that is using starting and ending dates
Here's a little bit about content negotiation.
An HTTP client, such as your browser, or perhaps jQuery's ajax method, can set an Accept header as part of an HTTP request.
Accept Header
-------------
This header is meant to tell th
Eloquent is a great thing – you can build your query step-by-step and then call get() method. But sometimes it gets a little tricky for more complicated queries – for example, if you have multiple AND-OR conditions and you want to put bra
Laravel provides more inbuilt method to get and set session data. it’s easy to working with session in laravel.A session variable is used to store some information or some data about user or anything you want to access on all pages of an applic
In these streams I'll be making an eCommerce site using Laravel and various packages.
Among the things we'll be using aside from Laravel include:
Laravel-uuid for non-enumerable product id's
The following steps are a summary of the instructions from https://github.com/backup-manager/laravel, specific to a Laravel 5.1 application that needs to back up a mySQL database to an AWS S3 bucket.
The backup-manager library uses mysqldump to pe