Start push of service changes.
Changes the way service files are stored and allows for much easier updates in the future that won’t affect custom services. Also stores more configurations in the database to make life easier for everyone.
This commit is contained in:
parent
a5577f0afd
commit
70db461075
19 changed files with 1459 additions and 598 deletions
|
@ -106,6 +106,17 @@
|
|||
<i class="fa fa-users"></i> <span>Users</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="header">SERVICE MANAGEMENT</li>
|
||||
<li class="{{ ! starts_with(Route::currentRouteName(), 'admin.services') ?: 'active' }}">
|
||||
<a href="{{ route('admin.services') }}">
|
||||
<i class="fa fa-th-large"></i> <span>Services</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{ ! starts_with(Route::currentRouteName(), 'admin.packs') ?: 'active' }}">
|
||||
<a href="{{ route('admin.packs') }}">
|
||||
<i class="fa fa-archive"></i> <span>Packs</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</aside>
|
||||
|
|
Reference in a new issue