Files
website/resources/views/onepager.blade.php

17 lines
602 B
PHP

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PHP Monitor</title>
@vite('resources/css/app.css')
</head>
<body>
<div class="p-5 max-w-4xl flex flex-col m-auto">
<h1 class="text-3xl font-bold mb-3">
Easily manage your local PHP setup on the Mac.
</h1>
<p>PHP Monitor (or phpmon) is a lightweight, native Mac menu bar app that interacts with Laravel Valet. It can help you manage multiple PHP installations, locate config files, and so much more.</p>
</div>
</body>
</html>