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.
@@ -55,7 +59,7 @@
- PHP Monitor builds upon the excellent Laravel Valet. That means that PHP Monitor builds upon a solid and trusted foundation. If you've already got that installed, it's easy to get started.
+ 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 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.
diff --git a/tailwind.config.js b/tailwind.config.js
index 3413572..b2a7670 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -6,6 +6,9 @@ module.exports = {
"./resources/**/*.vue",
],
theme: {
+ fontFamily: {
+ 'sans': ['Inter', 'sans-serif']
+ },
extend: {},
},
plugins: [],