From 34a5c581c1a453b48fb9e4097b131f1f5d5a73f4 Mon Sep 17 00:00:00 2001 From: Ryan Durham Date: Thu, 23 Oct 2014 20:47:51 +0000 Subject: [PATCH] Update Version references --- app/lang/en/pages.php | 2 +- readme.md | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/app/lang/en/pages.php b/app/lang/en/pages.php index 97e18d07..d06007e2 100644 --- a/app/lang/en/pages.php +++ b/app/lang/en/pages.php @@ -32,7 +32,7 @@ 'helloworld' => "Hello World!", - 'description' => "This is an example of Laravel 4.1 running with Sentry 2.0 and Bootstrap 3.1.1.", + 'description' => "This is an example of Laravel 4.2 running with Sentry 2.1 and Bootstrap 3.2.", 'loginstatus' => "You are currently logged in.", diff --git a/readme.md b/readme.md index 7e3abed7..cab5bd7b 100755 --- a/readme.md +++ b/readme.md @@ -1,6 +1,8 @@ ## Laravel 4 with Sentry 2 - Version 2.0 -This is a demo of [Sentry 2](https://github.com/cartalyst/sentry) integrated with [Laravel 4](https://github.com/laravel/laravel/tree/develop) and [Bootstrap 3.0](http://getbootstrap.com). This repo is intended to be for reference only - if you want to use this code in your own app I suggest using [Sentinel](https://github.com/rydurham/Sentinel) - a Laravel package based on this repo. +This is a demo of [Sentry 2.1](https://github.com/cartalyst/sentry) integrated with [Laravel 4](https://github.com/laravel/laravel/tree/develop) and [Bootstrap 3.2](http://getbootstrap.com). This repo is intended to be for reference only - if you want to use this code in your own app I suggest using [Sentinel](https://github.com/rydurham/Sentinel) - a Laravel package based on this repo. + +_Warning:_ This repo will not be updated to Laravel 5.0. ### Instructions @@ -40,9 +42,3 @@ __Users__ ### Notes * Tests are currently very limited. - -### History -Version 2.0 has been completely revamped using strategies suggested in *Laravel: From Apprentice to Artisan* by Taylor Otwell, *Implementing Laravel* by Chris Fidao and the Laracast videos. Version 1.0 still exists in its original version. - -======= -The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)