diff --git a/public/images/standalone.jpg b/public/images/standalone.jpg new file mode 100644 index 0000000..fd667f1 Binary files /dev/null and b/public/images/standalone.jpg differ diff --git a/public/images/updater.jpg b/public/images/updater.jpg new file mode 100644 index 0000000..7cd070e Binary files /dev/null and b/public/images/updater.jpg differ diff --git a/public/images/version-manager.jpg b/public/images/version-manager.jpg new file mode 100644 index 0000000..46b6fa5 Binary files /dev/null and b/public/images/version-manager.jpg differ diff --git a/resources/views/components/feature.blade.php b/resources/views/components/feature.blade.php index 12f51b6..71a08a9 100644 --- a/resources/views/components/feature.blade.php +++ b/resources/views/components/feature.blade.php @@ -2,7 +2,12 @@
@isset ($featureTitle) -

{{ $featureTitle }}

+

+ @isset($new) + NEW + @endisset + {{ $featureTitle }} +

@endisset

{{ $slot }}

diff --git a/resources/views/homepage.blade.php b/resources/views/homepage.blade.php index c0e13ab..a2d257e 100644 --- a/resources/views/homepage.blade.php +++ b/resources/views/homepage.blade.php @@ -30,7 +30,7 @@ {{-- Fathom --}} - +
@@ -41,7 +41,11 @@

Monitor and manage
your PHP installations
with ease.

-

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

+

PHP Monitor is a lightweight, native Mac menu bar app that works best when accompanied by Laravel Valet, but it also works without Valet.

+

+ Version 6.0 now available! + With the latest big update, PHP Monitor now comes with PHP Version Manager, Standalone Mode, and more. I hope you all enjoy! +

@@ -63,7 +67,6 @@
PHP Monitor - Now works with macOS Ventura as well!

PHP Monitor helps you set up and develop Laravel and Symfony projects. It's also great for WordPress or Drupal sites. In fact, it's a great companion for all kinds of projects, no matter the framework or CMS.

@@ -92,8 +95,14 @@
@endif
- - PHP Monitor interacts with your local Laravel Valet installation. That means that PHP Monitor builds upon a solid and trusted foundation. If you've already got that installed, it's very easy to get started. + + PHP Monitor can interact with your local Laravel Valet installation. That means that PHP Monitor builds upon a solid and trusted foundation. If you've already got that installed, it's very easy to get started. + + + PHP Monitor can also be used without Laravel Valet. With the introduction of Standalone Mode some features will not be available, but I'm sure that you'll find the app a real help to your workflow if you don't use Laravel Valet. + + + With the new PHP Version Manager, you can easily install, upgrade and remove individual PHP versions without needing to manually type or copy Homebrew commands. The app will also attempt to automatically fix broken PHP versions. 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. @@ -111,7 +120,10 @@ In addition to offering a global version switcher (which switches the PHP version for all of your projects), this app 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 currently linked version of PHP. You will receive suggestions when site isolation may be of use. + PHP Monitor will help you figure out if your sites are compatible with the currently linked version of PHP. You will receive suggestions when site isolation may be of use for a given domain. + + + The app also comes with an optional (but very fast) built-in updater, which allows you to stay up-to-date with the latest developments and bug fixes, so you can have a seamless PHP switching experience.