mooxphp/moox

View on GitHub
resources/views/packages/overview.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@extends('layouts.guest')

@section('content')

            <p class="m-12 leading-6 text-center">
                Moox is currently under active development.<br>
                <br>
                Our first packages are available and used in production.<br>
                For most of our packages, we recommend wearing a hard hat.<br>
                <br>
                Visit our <a href="https://github.com/mooxphp/moox">GitHub repository</a> for more information.
            </p>

@stop