From b90f25eca2b463f75af6c337b3d5924731136ebe Mon Sep 17 00:00:00 2001 From: Giulio De Donato Date: Sun, 19 Jan 2014 02:59:10 +0100 Subject: [PATCH 1/2] added license badge --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 235f900c..3a2e4d7b 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ ## Laravel PHP Framework -[![Latest Stable Version](https://poser.pugx.org/laravel/framework/version.png)](https://packagist.org/packages/laravel/framework) [![Total Downloads](https://poser.pugx.org/laravel/framework/d/total.png)](https://packagist.org/packages/laravel/framework) [![Build Status](https://travis-ci.org/laravel/framework.png)](https://travis-ci.org/laravel/framework) +[![Latest Stable Version](https://poser.pugx.org/laravel/framework/version.png)](https://packagist.org/packages/laravel/framework) [![Total Downloads](https://poser.pugx.org/laravel/framework/d/total.png)](https://packagist.org/packages/laravel/framework) [![Build Status](https://travis-ci.org/laravel/framework.png)](https://travis-ci.org/laravel/framework) [![License](https://poser.pugx.org/laravel/framework/license.png)](https://packagist.org/packages/laravel/framework) Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching. From aeda6b13cdfcd662089c30d428839965c7443ab9 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 18 Jan 2014 21:58:24 -0600 Subject: [PATCH 2/2] Shorten path line. --- bootstrap/start.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap/start.php b/bootstrap/start.php index 7eeea501..a55def12 100644 --- a/bootstrap/start.php +++ b/bootstrap/start.php @@ -54,7 +54,8 @@ | */ -$framework = $app['path.base'].'/vendor/laravel/framework/src'; +$framework = $app['path.base']. + '/vendor/laravel/framework/src'; require $framework.'/Illuminate/Foundation/start.php';