Initialize website project structure
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace App\Controllers;
|
||||
|
||||
class Gallery extends BaseController
|
||||
{
|
||||
public function image(): string
|
||||
{
|
||||
return view('image-gallery');
|
||||
}
|
||||
|
||||
public function video(): string
|
||||
{
|
||||
return view('video-gallery');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user