Skip to content

Commit

Permalink
Update Version references
Browse files Browse the repository at this point in the history
  • Loading branch information
rydurham committed Oct 23, 2014
1 parent 1062441 commit 34a5c58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/lang/en/pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

'helloworld' => "Hello World!",

'description' => "This is an example of <a href=\"https://github.com/laravel/laravel\">Laravel 4.1</a> running with <a href=\"https://github.com/cartalyst/sentry\">Sentry 2.0</a> and <a href=\"http://getbootstrap.com/\">Bootstrap 3.1.1</a>.",
'description' => "This is an example of <a href=\"https://github.com/laravel/laravel\">Laravel 4.2</a> running with <a href=\"https://github.com/cartalyst/sentry\">Sentry 2.1</a> and <a href=\"http://getbootstrap.com/\">Bootstrap 3.2</a>.",

'loginstatus' => "You are currently logged in.",

Expand Down
10 changes: 3 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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)

0 comments on commit 34a5c58

Please sign in to comment.