Added image
This commit is contained in:
@@ -7,6 +7,10 @@ class Home extends BaseController
|
|||||||
public function index(): string
|
public function index(): string
|
||||||
{
|
{
|
||||||
|
|
||||||
|
// $appConfig = config('Cache');
|
||||||
|
// var_dump($appConfig->redis['host']);
|
||||||
|
// exit();
|
||||||
|
|
||||||
$siteData =[];
|
$siteData =[];
|
||||||
$out = $this->APIcall('GET','http://10.10.10.35:8805/blogdata/oluameye',[]);
|
$out = $this->APIcall('GET','http://10.10.10.35:8805/blogdata/oluameye',[]);
|
||||||
$siteData['blogdata'] = $out['payload']['blogdata'];
|
$siteData['blogdata'] = $out['payload']['blogdata'];
|
||||||
@@ -20,7 +24,7 @@ class Home extends BaseController
|
|||||||
[
|
[
|
||||||
'title'=>'Ecommerce',
|
'title'=>'Ecommerce',
|
||||||
'category'=>'ecommerce',
|
'category'=>'ecommerce',
|
||||||
'banner'=>'./assets/images/demo/asymmetric-9/case-studies/1.jpg',
|
'banner'=>'./assets/images/1.jpg',
|
||||||
'description'=> 'Ecommerce'
|
'description'=> 'Ecommerce'
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
Reference in New Issue
Block a user