Commit ebe89899 by Arpit Jain

worked on feed

parent d6fb993b
......@@ -124,13 +124,13 @@ class CronController extends Controller
$data = Excel::import(new FeedsImport,$file);
$msg = 'Feeds has been updated successfully.';
$request->session()->flash('message', $msg);
return redirect()->route('admin.feedSetting');
return redirect()->route('admin.feeds.feedSetting');
}else{
$msg = 'Something went wrong!';
$request->session()->flash('error', $msg);
return redirect()->route('admin.feedSetting');
return redirect()->route('admin.feeds.feedSetting');
}
}
......
......@@ -4,6 +4,8 @@ RUN on browser : WWW_ROOT./cron/getLocaterListData
RUN on browser : WWW_ROOT./cron/getState
RUN on browser : WWW_ROOT./cron/getCity
/*12 August 2019*/
Run on CMD : composer require maatwebsite/excel
ALTER TABLE `homepages` CHANGE `other_setting` `show_feed` VARCHAR(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment