diff --git a/public/images/config.png b/public/images/config.png new file mode 100644 index 0000000..4319357 Binary files /dev/null and b/public/images/config.png differ diff --git a/public/images/domains.png b/public/images/domains.png new file mode 100644 index 0000000..4700a11 Binary files /dev/null and b/public/images/domains.png differ diff --git a/public/images/isolation.png b/public/images/isolation.png new file mode 100644 index 0000000..d29fa71 Binary files /dev/null and b/public/images/isolation.png differ diff --git a/public/images/link-folder.png b/public/images/link-folder.png new file mode 100644 index 0000000..74795c4 Binary files /dev/null and b/public/images/link-folder.png differ diff --git a/public/images/menu-bar.png b/public/images/menu-bar.png new file mode 100644 index 0000000..f4b6665 Binary files /dev/null and b/public/images/menu-bar.png differ diff --git a/public/images/phpinfo.png b/public/images/phpinfo.png new file mode 100644 index 0000000..6e647bc Binary files /dev/null and b/public/images/phpinfo.png differ diff --git a/public/images/phpmon.jpg b/public/images/phpmon.jpg new file mode 100644 index 0000000..0b90233 Binary files /dev/null and b/public/images/phpmon.jpg differ diff --git a/public/images/valet.png b/public/images/valet.png new file mode 100644 index 0000000..066734d Binary files /dev/null and b/public/images/valet.png differ diff --git a/resources/views/components/feature.blade.php b/resources/views/components/feature.blade.php index fe82efd..8c6b60c 100644 --- a/resources/views/components/feature.blade.php +++ b/resources/views/components/feature.blade.php @@ -1,8 +1,12 @@ -
merge(['class' => "flex flex-row m-auto max-w-4xl py-8 space-x-6"]) }}> -
-

{{ $slot }}

+
merge(['class' => "flex flex-row m-auto max-w-5xl py-8 gap-x-10"]) }}> +
+
+ @isset ($title) +

{{ $title }}

+ @endisset +

{{ $slot }}

+
-
- +
\ No newline at end of file diff --git a/resources/views/onepager.blade.php b/resources/views/onepager.blade.php index 02eef7b..24194b3 100644 --- a/resources/views/onepager.blade.php +++ b/resources/views/onepager.blade.php @@ -19,37 +19,45 @@
-
-
- +
+

PHP Monitor (or phpmon) is a lightweight, native Mac menu bar app that interacts with Laravel Valet.

-

This app is made with by Nico Verbruggen. It is open source and entirely free to use. The app is supported by generous donations. So, if you benefit from the app and make some money, please consider sponsoring... Thanks!

+

This app is made with by Nico Verbruggen. It is open source and entirely free to use. The app is supported by generous donations. So, if you benefit from the app and make some money, please consider sponsoring... Thanks!

+
+ PHP Monitor +
+ Installation via Homebrew + $ brew tap nicoverbruggen/homebrew-cask
+ $ brew install --cask phpmon +
+
+
- + PHP Monitor makes use of Laravel Valet. That means that PHP Monitor builds upon a solid and trusted foundation. If you've already got that installed, you can get up and running very quickly! - - PHP Monitor lives in your menu bar, and from there you can interact with a variety of functionality. If you like working with your keyboard, no worries: you can set up a custom hotkey to trigger this menu. + + PHP Monitor lives in your menu bar. From here, you can use the bulk of PHP Monitor's functionality, including the global version switcher as well as services status section. - - If you're like me, you sometimes need to edit a configuration file or toggle an extension. But where do you have to look for that stuff again? Look no further than PHP Monitor's main menu. + + Sometimes you need to edit a configuration file or toggle an extension. But where are those pesky config files located again? From the PHP Monitor's menu you can easily find them. Extensions can even be toggled with one click of the button! - - Lost track of all your domains? No worries, the app includes a domain list that you can use to get a quick overview of all domains and proxies you have set up, as well as their PHP version, what type of project they are, etc. + + Do you have many projects or legacy sites? No worries, the app includes a domain list that you can use to get a quick overview of all domains and proxies you have set up, as well as their PHP version, what type of project they are, and more. - - PHP Monitor includes a global version switcher, that you can use to quickly change which version of PHP is linked in your terminal. + + You can easily link or proxy a folder: you can even easily customize the name of the domain and secure this new domain by simply checking a box. - - In addition to offering a global version switcher, PHP Monitor also includes support for Valet's site isolation feature. + + In addition to offering a global version switcher, PHP Monitor also includes support for Valet's site isolation feature. This allows you to use a specific version of PHP with a specific domain, all while retaining the globally linked PHP version. - + PHP Monitor will help you figure out if your sites are compatible with the current version of PHP that is linked, and suggest when site isolation may be of use.