mirror of
https://github.com/phpmon/website
synced 2025-08-06 06:20:07 +02:00
Begin work on one-pager
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
# PHP Monitor website
|
||||
|
||||
This is a simplified Laravel project, with some providers and Laravel functionality disabled because said functionality is not needed for the simple site that is required.
|
||||
This is a simplified Laravel project, with some providers and Laravel functionality disabled because said functionality is not needed for the simple site that is required.
|
||||
|
@ -7,8 +7,11 @@
|
||||
@vite('resources/css/app.css')
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="text-3xl font-bold underline p-5">
|
||||
PHP Monitor says hi!
|
||||
</h1>
|
||||
<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>
|
Reference in New Issue
Block a user