diff --git a/public/images/config.jpg b/public/images/config.jpg index 3ea0284..d880572 100644 Binary files a/public/images/config.jpg and b/public/images/config.jpg differ diff --git a/public/images/domains.jpg b/public/images/domains.jpg index 0c3220b..1699655 100644 Binary files a/public/images/domains.jpg and b/public/images/domains.jpg differ diff --git a/public/images/extensions.jpg b/public/images/extensions.jpg new file mode 100644 index 0000000..f724d60 Binary files /dev/null and b/public/images/extensions.jpg differ diff --git a/public/images/isolation.jpg b/public/images/isolation.jpg index abbaf52..7b73691 100644 Binary files a/public/images/isolation.jpg and b/public/images/isolation.jpg differ diff --git a/public/images/link-folder.jpg b/public/images/link-folder.jpg index f3f5030..8ee3f6b 100644 Binary files a/public/images/link-folder.jpg and b/public/images/link-folder.jpg differ diff --git a/public/images/marketing.jpg b/public/images/marketing.jpg index 13ff33a..8448db0 100644 Binary files a/public/images/marketing.jpg and b/public/images/marketing.jpg differ diff --git a/public/images/menu-bar.jpg b/public/images/menu-bar.jpg index 6bf3dda..57d8a84 100644 Binary files a/public/images/menu-bar.jpg and b/public/images/menu-bar.jpg differ diff --git a/public/images/oss.png b/public/images/oss.png new file mode 100644 index 0000000..292571c Binary files /dev/null and b/public/images/oss.png differ diff --git a/public/images/phpinfo.jpg b/public/images/phpinfo.jpg index 8b00592..63dc8d8 100644 Binary files a/public/images/phpinfo.jpg and b/public/images/phpinfo.jpg differ diff --git a/public/images/standalone.jpg b/public/images/standalone.jpg deleted file mode 100644 index fd667f1..0000000 Binary files a/public/images/standalone.jpg and /dev/null differ diff --git a/public/images/updater.jpg b/public/images/updater.jpg index 7cd070e..78c7673 100644 Binary files a/public/images/updater.jpg and b/public/images/updater.jpg differ diff --git a/public/images/version-manager.jpg b/public/images/version-manager.jpg index 46b6fa5..44849a1 100644 Binary files a/public/images/version-manager.jpg 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 4501d32..745a72a 100644 --- a/resources/views/components/feature.blade.php +++ b/resources/views/components/feature.blade.php @@ -3,8 +3,8 @@
@isset ($featureTitle)

- @isset($new) - NEW + @isset($badge) + {{ \Illuminate\Support\Str::upper($badge) }} @endisset {{ $featureTitle }}

@@ -12,6 +12,6 @@

{{ $slot }}

-
+
diff --git a/resources/views/homepage.blade.php b/resources/views/homepage.blade.php index 3653912..9457f9d 100644 --- a/resources/views/homepage.blade.php +++ b/resources/views/homepage.blade.php @@ -62,7 +62,7 @@
- PHP Monitor + PHP Monitor

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.

@@ -89,10 +89,11 @@ @endif

This app is made with by Nico Verbruggen. It is open source and entirely free to use. Further development of this app is supported by your donations. You are also encouraged to star the repository on GitHub.

-

Your stars and sponsorships are very much appreciated. Thanks to your support, the app has seen a steady stream of updates with new features and bugfixes over the last two years, and will continue to be supported as long as it makes sense to do so.

+

Your stars and sponsorships are very much appreciated. Thanks to your support, the app has seen a steady stream of updates with new features and bugfixes over the last three years, and will continue to be supported as long as it makes sense to do so.

+
- - 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's source code is, unlike other proprietary products, entirely open source. Also, all features that are part of PHP Monitor are available entirely free of charge, so you don't need to pay for any walled-off features. How great is that? - - 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 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. + + 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 everything runs fine it'll be obvious, but if things happen to go wrong PHP Monitor will warn you, and help you figure out what to do.
- + Sometimes you need to edit a configuration file or toggle an extension. But where are those pesky config files located again? From PHP Monitor's menu you can easily find them. Extensions can even be toggled with one click of the button! - + 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. - + 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. This will make these projects accessible as *.test domains on your system. - + 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 for a given domain. - - With the new PHP Extension Manager, you can easily install and remove PHP extensions, all using a GUI. It is also super easy to manage your extensions on a per PHP version basis! + + With the new PHP Extension Manager, you can easily install and remove PHP extensions, all using a GUI. It is also super easy to manage your extensions on a per PHP version basis via the Domains window (you can right-click on a site and toggle extensions easily). - + 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.