Prepare modules
This commit is contained in:
19
Http/Controllers/SitemapController.php
Normal file
19
Http/Controllers/SitemapController.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace Koneko\VuexyWebsiteAdmin\Http\Controllers;
|
||||
|
||||
use App\Http\Controllers\Controller;
|
||||
|
||||
class SitemapController extends Controller
|
||||
{
|
||||
/**
|
||||
* Display a listing of the resource.
|
||||
*
|
||||
* @return \Illuminate\Http\Response
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
return view('vuexy-website-admin::sitemap-manager.index');
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user