Update id 34d4e5f
Note Before updating make sure to create backup of your datbase and site. You can also try update at you localhost first to avoid errors on live site
app\controllers\admin\sitesettings\UpdateController.php
app\controllers\RegistrationController.php
app\controllers\RemindersController.php
app\database\migrations\2014_06_18_090452_create_password_reminders_table.php // [Important] This file is added, must add this
app\filters.php
app\hackersnews\Repository\Eloquent\PostsRepository.php
app\hackersnews\Validator\UsersValidator.php
app\lang\en\text.php
app\library\functions.php
app\views\admin\posts\list.blade.php
app\views\login\pwdreset.blade.php
app\views\login\pwdreset.php
app\views\master\navbar.blade.php
app\views\master\util-list.blade.php
app\views\post\list.blade.php
app\views\registration\google.blade.php
public\static\css\style.css
public\static\css\style.less
public\static\js\jquery.oembed.js
main.zip
vendor
folder from main.zip
app/routes.php
yoursite.com/update
Route::('update',funciton(){
Artisan::call('migrate', array('--force' => true));
return 'success';
});