diff --git a/.gitattributes b/.gitattributes index 212566614..176a458f9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* text=auto \ No newline at end of file +* text=auto diff --git a/.gitignore b/.gitignore index 59c90b767..3fd564cd1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ composer.lock .env.local.php .env.php .DS_Store -Thumbs.db \ No newline at end of file +Thumbs.db diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 015febc40..6a780c46c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,3 @@ # Contribution Guidelines -Please submit all issues and pull requests to the [laravel/framework](http://github.com/laravel/framework) repository! \ No newline at end of file +Please submit all issues and pull requests to the [laravel/framework](http://github.com/laravel/framework) repository! diff --git a/app/config/compile.php b/app/config/compile.php index 54d7185bf..d5e55181b 100644 --- a/app/config/compile.php +++ b/app/config/compile.php @@ -15,4 +15,4 @@ -); \ No newline at end of file +); diff --git a/app/config/mail.php b/app/config/mail.php index 29cf84a38..41b4c4b40 100644 --- a/app/config/mail.php +++ b/app/config/mail.php @@ -121,4 +121,4 @@ 'pretend' => false, -); \ No newline at end of file +); diff --git a/app/config/remote.php b/app/config/remote.php index ea960e03a..2169c434b 100644 --- a/app/config/remote.php +++ b/app/config/remote.php @@ -56,4 +56,4 @@ ), -); \ No newline at end of file +); diff --git a/app/config/testing/cache.php b/app/config/testing/cache.php index 16d3ae2fa..66a8a39a8 100644 --- a/app/config/testing/cache.php +++ b/app/config/testing/cache.php @@ -17,4 +17,4 @@ 'driver' => 'array', -); \ No newline at end of file +); diff --git a/app/config/testing/session.php b/app/config/testing/session.php index a18c1b9fe..0364b63dc 100644 --- a/app/config/testing/session.php +++ b/app/config/testing/session.php @@ -18,4 +18,4 @@ 'driver' => 'array', -); \ No newline at end of file +); diff --git a/app/config/workbench.php b/app/config/workbench.php index 56bee5265..87c5e3879 100644 --- a/app/config/workbench.php +++ b/app/config/workbench.php @@ -28,4 +28,4 @@ 'email' => '', -); \ No newline at end of file +); diff --git a/app/controllers/BaseController.php b/app/controllers/BaseController.php index 097e161a3..2bee4644a 100644 --- a/app/controllers/BaseController.php +++ b/app/controllers/BaseController.php @@ -15,4 +15,4 @@ protected function setupLayout() } } -} \ No newline at end of file +} diff --git a/app/controllers/HomeController.php b/app/controllers/HomeController.php index 796a085e1..ede41a7a6 100644 --- a/app/controllers/HomeController.php +++ b/app/controllers/HomeController.php @@ -20,4 +20,4 @@ public function showWelcome() return View::make('hello'); } -} \ No newline at end of file +} diff --git a/app/database/seeds/DatabaseSeeder.php b/app/database/seeds/DatabaseSeeder.php index 6a8c204c9..198925207 100644 --- a/app/database/seeds/DatabaseSeeder.php +++ b/app/database/seeds/DatabaseSeeder.php @@ -14,4 +14,4 @@ public function run() // $this->call('UserTableSeeder'); } -} \ No newline at end of file +} diff --git a/app/filters.php b/app/filters.php index 85f82c418..2a780f78f 100644 --- a/app/filters.php +++ b/app/filters.php @@ -77,4 +77,4 @@ { throw new Illuminate\Session\TokenMismatchException; } -}); \ No newline at end of file +}); diff --git a/app/lang/en/pagination.php b/app/lang/en/pagination.php index eb9be3baa..6b99ef5fd 100644 --- a/app/lang/en/pagination.php +++ b/app/lang/en/pagination.php @@ -1,4 +1,4 @@ - 'Next »', -); \ No newline at end of file +); diff --git a/app/models/User.php b/app/models/User.php index 42fe853fd..32320505f 100644 --- a/app/models/User.php +++ b/app/models/User.php @@ -49,4 +49,4 @@ public function getReminderEmail() return $this->email; } -} \ No newline at end of file +} diff --git a/app/routes.php b/app/routes.php index e2a75e251..3e10dcf56 100644 --- a/app/routes.php +++ b/app/routes.php @@ -14,4 +14,4 @@ Route::get('/', function() { return View::make('hello'); -}); \ No newline at end of file +}); diff --git a/app/tests/ExampleTest.php b/app/tests/ExampleTest.php index ead53e07d..62387de14 100644 --- a/app/tests/ExampleTest.php +++ b/app/tests/ExampleTest.php @@ -14,4 +14,4 @@ public function testBasicExample() $this->assertTrue($this->client->getResponse()->isOk()); } -} \ No newline at end of file +} diff --git a/app/views/emails/auth/reminder.blade.php b/app/views/emails/auth/reminder.blade.php index 2976327b5..d92f2b3f5 100644 --- a/app/views/emails/auth/reminder.blade.php +++ b/app/views/emails/auth/reminder.blade.php @@ -10,4 +10,4 @@ To reset your password, complete this form: {{ URL::to('password/reset', array($token)) }}. - \ No newline at end of file + diff --git a/artisan b/artisan index 36bb2d983..ff773ab20 100755 --- a/artisan +++ b/artisan @@ -71,4 +71,4 @@ $status = $artisan->run(); $app->shutdown(); -exit($status); \ No newline at end of file +exit($status); diff --git a/phpunit.xml b/phpunit.xml index c42dc4f79..c33042056 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -15,4 +15,4 @@ ./app/tests/ - \ No newline at end of file + diff --git a/public/robots.txt b/public/robots.txt index 9e60f970f..eb0536286 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,2 +1,2 @@ User-agent: * -Disallow: +Disallow: diff --git a/readme.md b/readme.md index 3a2e4d7b6..d11378965 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) [![License](https://poser.pugx.org/laravel/framework/license.png)](https://packagist.org/packages/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.