Files
phpvms/modules/Installer/Resources/views/index.blade.php
2017-12-13 23:12:23 -06:00

7 lines
167 B
PHP

@extends('installer::app')
@section('content')
<h2>phpvms installer</h2>
<p>This view is loaded from module: {!! config('installer.name') !!}</p>
@endsection