From 749ded1eafc954b4de970a384582c03cc2a7f5a3 Mon Sep 17 00:00:00 2001 From: Mohamed Jinas Date: Tue, 29 Sep 2020 00:23:48 +0500 Subject: [PATCH] Filter configuration added to config file --- config/karudhaas.php | 13 +++++++++++++ resources/views/home.blade.php | 6 ++++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 config/karudhaas.php diff --git a/config/karudhaas.php b/config/karudhaas.php new file mode 100644 index 0000000..638e380 --- /dev/null +++ b/config/karudhaas.php @@ -0,0 +1,13 @@ + [ + + "covid19" => ["covid19", "covid-19", "corona_virus", "covid_19", "coronavirus"], + "sports" => [ + "football", "sport", "kulhivaru", "maldives_national_football_tea", "football_association_of_maldiv", "local_sports", "spanish_league", + "english-premier-league", "spanish-la-liga", "real_madrid", "bayern-munich", "arsenal", "atletico_madrid", "chelsea", "united-victory", "manchester-united" + ] + ] +]; diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 20ff7d5..e5cc937 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -26,7 +26,9 @@ - + + - + + @endsection \ No newline at end of file