Initial commit, dashboard settings page seems to work fine.
This commit is contained in:
5
templates/dashboard/settings.blade.php
Normal file
5
templates/dashboard/settings.blade.php
Normal file
@ -0,0 +1,5 @@
|
||||
@extends('layouts.dashboard')
|
||||
|
||||
@section('content')
|
||||
<p>PluginNamespace Plugin Settings Page</p>
|
||||
@endsection
|
5
templates/layouts/dashboard.blade.php
Normal file
5
templates/layouts/dashboard.blade.php
Normal file
@ -0,0 +1,5 @@
|
||||
<div id="nmsp-plugin-dashboard-app" class="">
|
||||
|
||||
@yield('content')
|
||||
|
||||
</div>
|
0
templates/partials/.gitkeep
Normal file
0
templates/partials/.gitkeep
Normal file
Reference in New Issue
Block a user