{"id":2761,"date":"2019-03-07T17:54:18","date_gmt":"2019-03-07T17:54:18","guid":{"rendered":"https:\/\/www.fastcomet.com\/blog\/?p=2761"},"modified":"2022-06-10T06:05:25","modified_gmt":"2022-06-10T06:05:25","slug":"laravel-5-8-is-here","status":"publish","type":"post","link":"https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here","title":{"rendered":"Get the Scoop on Laravel 5.8"},"content":{"rendered":"\n<p class=\"has-drop-cap\">What a better way to start Thursday morning, having watched Laracon 2019 and all the great speakers attending the event delivered tremendously useful information for beginners and advanced users \u2013 we thought now would be the perfect time for us to share what Laravel 5.8 brings to the table, and oh boy it does look good.<\/p>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-updates-delivered-as-a-swiss-clockwork\">Updates Delivered as a Swiss Clockwork<\/h2>\n\n\n\n<p>Having an official release cycle known ahead of time is a pure godsend for us all. It gives us, the end-users, the opportunity to plan ahead when we have to proceed with upgrades. Additionally, it provides the dev teams that use the software a way of knowing what is coming and when to expect it. After Laravel\u2019s 5.X release, new updates have been delivered roughly six months one after another. <\/p>\n\n\n\n<p>This announcement and all new versions have followed this half-year schedule since 2015. Laravel always was on point with their schedule. Keep note that with the new 5.8 \u2013 now the older Laravel 5.7 will not get further bug fixes and updates. That was previously discussed <a href=\"https:\/\/www.fastcomet.com\/blog\/laravel-5-7-is-here\" target=\"_blank\" rel=\"noopener noreferrer\">when 5.7 was released<\/a>. Still, 5.7 will get updates in regards to security until August 2019 which is some praiseworthy commitment by the core team. <\/p>\n\n\n\n<p>As of now, Laravel 5.8 is the most current stable version and will continue receiving the needed bug fixes and updates roughly until August 2019. All security fixes will be present approximately until February 2020. But we all know that having updates performed for the sake of updates alone isn\u2019t enough.<\/p>\n\n\n\n<p>While we perform compatibility tests on our platform to ensure our users are not going to have to face difficulties with the server environment itself, we do have the chance to play around with the scripts extensively either it being Laravel or something entirely different, we always look into the updates, as an end-user would. Which bring us to the most important thing \u2013 what are updates, if they don\u2019t bring<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-meaningful-changes-in-every-direction\">Meaningful Changes in Every Direction<\/h2>\n\n\n\n<p>We all get excited when a software receives an update, and in our day and age, this happens on a daily bases. From our phones to the scripts we are using to build projects \u2013 updates are always welcomed, but having updates that polish and further improve the experience where it counts are the true hidden gems. So, seeing changes to the:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-email-validation\">Email Validation<\/h3>\n\n\n\n<p>And its allowance for the use of international characters in email addresses is a small victory. This allowance will be possible if you have the validation code:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">$request-&gt;validate([\n'email' =&gt; 'email',\n]);<\/pre>\n\n\n\n<p>Previously, if you had an email address like ex\u00e4mple@yourdom\u00e4in.de, it surely would have failed due to the difference in the logic used by SwiftMailer, which is the PHP mailer library being used by Laravel. However, now with 5.8, it will pass validation flawlessly, as now both conform to <a href=\"https:\/\/tools.ietf.org\/html\/rfc6530\" target=\"_blank\" rel=\"noopener noreferrer\">RFC6530 compliance<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-carbon-2-0\">Carbon 2.0<\/h3>\n\n\n\n<p>Wait, what is this and why do we use it? Carbon is the PHP library we are using for DateTime and Carbon makes our lives easier compared to the PHP built-in DateTime which at best can be a bit confusing. Carbon 2.0 brings new features with it, but that alone can be a topic on its own. So we will leave it for now without diving into too many details. Hopefully, we will discuss it in more details another time.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">\u23f1Thanks to some hard work by Carbon maintainer Kyle (<a href=\"https:\/\/t.co\/kLkpb3rVBm\">https:\/\/t.co\/kLkpb3rVBm<\/a>) you will be able to use Carbon 1.0 OR 2.0 in Laravel 5.8\u2026 This allows support for CarbonImmutable. You can even configure your application to always use CarbonImmutable. \u23f1 <a href=\"https:\/\/t.co\/JpKAaoABo9\">pic.twitter.com\/JpKAaoABo9<\/a><\/p>&mdash; Taylor Otwell \u2601\ufe0f (@taylorotwell) <a href=\"https:\/\/twitter.com\/taylorotwell\/status\/1047578025263607809?ref_src=twsrc%5Etfw\">October 3, 2018<\/a><\/blockquote><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script>\n<\/div><\/figure>\n\n\n\n<p>With that said, having the ability to choose from Carbon v1 or Carbon v2 for your DateTime functions is another welcomed addition to the changes that Laravel 5.8 brings to the table, and on top of that it also includes the ability not only to use Carbon immutable however even set it as the default.<\/p>\n\n\n\n<p>We strongly recommend if you want to know more about the migration from Carbon 1 to Carbon 2 and how it will affect you \u2013 to <a rel=\"noopener noreferrer\" href=\"https:\/\/carbon.nesbot.com\/docs\/#api-carbon-2\" target=\"_blank\">check out the official documentation<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-dotenv-3-0\">Dotenv 3.0<\/h3>\n\n\n\n<p>The new release also brings support for the new dotenv 3.0 to manage your project .env file. One of its differentiating features is the support for more than one string and white space at their end in your environment file.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2019\/03\/Annotation-2019-03-07-181604-1.jpg\" alt=\"\"\/><\/figure>\n\n\n\n<p>Previously, with the example above, it would\u2019ve returned only <span style=\"color: #ed6c63;\"><strong>specialstringfor<\/strong><\/span>. However, this won\u2019t be the case anymore with the new update what you would get instead is specialstringfor thisapp which will be parsed. Another change that dotenv 3.0 brings is respect for spaces at the end of the string, which used to be stripped from the environment variables. This is useful especially in various use cases like for example when multiline API keys are needed for security. Things don\u2019t stop improving here, and it gets even better due to the introduction of another new favorite feature:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-automatic-policy-discovery\">Automatic Policy Discovery<\/h3>\n\n\n\n<p>In previous versions, whenever a policy class was generated, you had to visit your <span style=\"color: #ed6c63;\"><strong>AuthServiceProvider<\/strong><\/span> and manually wire it up with the appropriate model. It\u2019s undoubtedly wasn\u2019t the end of the world, but it surely was a bit tedious process, to begin with. So seeing that the new release is changing that, and automatically discovers the new policy for you, as long as you follow the standard naming convention is a welcomed change.<\/p>\n\n\n\n<p>Something that can easily be overlooked, if you don\u2019t keep track of things or might have caught you by surprise is that<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-array-and-string-helper-functions-are-deprecated\">Array and String Helper Functions are Deprecated!<\/h2>\n\n\n\n<p>Till now we used <span style=\"color: #ed6c63;\"><strong>array_*<\/strong><\/span> and <span style=\"color: #ed6c63;\"><strong>str_*<\/strong><\/span> global helpers, however, with the new release they were officially deprecated and should be removed in Laravel 5.9. If you were unaware of that change, don\u2019t worry \u2013 there will inevitably be packages that can maintain functionality if you don\u2019t want to rework your existing code, but as always, it is a good way for getting used to the new commands <span style=\"color: #ed6c63;\"><strong>Arr::<\/strong><\/span> and <span style=\"color: #ed6c63;\"><strong>Str::<\/strong><\/span> that should be used instead.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-cache-ttl-in-seconds-not-minutes\">Cache TTL in Seconds, not Minutes<\/h2>\n\n\n\n<p>Cache time for Laravel will never be the same they say, and we agree. From now on the update cache time in TTL is changed from minutes into seconds. So basically, you have to remember this slight change and keep in mind the values you are entering are in seconds.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-else-to-expect\">What Else to Expect?<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>More flexibility regarding the parts of the environment we try reading and\/or modifying;<\/li><li>Highest level of support for multi-line variables;<\/li><li>No further trimming of values, you now get them precisely as-is;<\/li><li>Accept a catalog of paths in order, to try looking for the dotenv file, instead of a single path;<\/li><li>Stronger variable name validation in order to avoid silent failures or obscure errors.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-fixes-delivered\">Fixes Delivered<\/h3>\n\n\n\n<p>We all understand the challenges that a new release brings with itself, and even if you spend countless of hours of testing and preparing things out in advance \u2013 there is no way to address all variables and other people use cases, so it comes to no surprise that Laravel received 3 quick fixes released since the end of February 2019. You can see all the fixes and changes made in <a rel=\"noopener noreferrer\" href=\"https:\/\/github.com\/laravel\/framework\/blob\/5.8\/CHANGELOG-5.8.md#v583-2019-03-05\" target=\"_blank\">the official Laravel changelog<\/a>, but for your convenience, I will outline a few below:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Fixed environment variable parsing<\/li><li style=\"text-align: justify;\">Fixed guessed policy names when using Gate::forUser<\/li><li style=\"text-align: justify;\">Fixed via as string in the Notification<\/li><li style=\"text-align: justify;\">Fixed StartSession middleware<\/li><li style=\"text-align: justify;\">Fixed stack channel\u2019s bug related to the level<\/li><li style=\"text-align: justify;\">Fixed email validation for not string values<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-installing-laravel-5-8\">Installing Laravel 5.8<\/h2>\n\n\n\n<p>So you have decided to give the newest version a spin? You ain\u2019t alone. We are all eager to try what working with the new release feels like, so after many tests bringing the latest version of Laravel 5.8.3 was a top priority. We have deployed Laravel 5.8.3 in Softaculous for new installs, however, as always you aren\u2019t limited using only it. You can always install it manually should you prefer that using Composer.<\/p>\n\n\n\n<p>Before proceeding with the installation \u2013 check whether the needed version of your hosting account is set up to PHP 7.3 if you have already done that you can skip the next paragraph.<\/p>\n\n\n\n<p>On default with all of our hosting solutions, we have <a href=\"https:\/\/www.fastcomet.com\/blog\/php-7-2-is-now-the-new-default-on-fastcomet\" target=\"_blank\" rel=\"noopener noreferrer\">set the PHP version to be 7.2<\/a>. Therefore, if needed you can quickly change it to 7.3 with a few clicks from your cPanel with us. In a previous post, we discussed in details what <a href=\"https:\/\/www.fastcomet.com\/blog\/php-7-3-available\" target=\"_blank\" rel=\"noopener noreferrer\">benefits using the newer PHP 7.3<\/a> but to keep it short here it is faster, more secure, and much more resource-efficient than older versions.<\/p>\n\n\n\n<p>The manual installation should begin by using the following command in your \/home\/user\/.composer directory:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">composer global require \"laravel\/installer\"<\/pre>\n\n\n\n<p>To create a new instance of Laravel, you will have to go to your public_html and type:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">composer create-project --prefer-dist laravel\/laravel blog<\/pre>\n\n\n\n<p>Where blog is the name of the folder which will be created and in which Laravel will be installed. Now access the folder and execute:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">find . -type d -print0 | xargs -0 chmod 0755 &amp;&amp; find . -type f -print0 | xargs -0 chmod 0644<\/pre>\n\n\n\n<p>This will change the permissions to the desired ones which will allow the \/public folder to be displayed correctly and you will be able to open the website on your browser.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-upgrading-to-laravel-5-8-and-beyond\">Upgrading to Laravel 5.8 and Beyond<\/h2>\n\n\n\n<p>If you are already using 5.7 and want to give the newest version a try, we strongly suggest creating a backup manually in advance even if we perform such on a daily basis for you. If not feeling like doing that, you can always create a test environment before actually pushing the update for your live project. Just don\u2019t forget that Laravel 5.8 requires PHP 7.1.3, so before proceeding with the upgrade, make sure the needed version is selected. We would also recommend to take some time and refer to the <a rel=\"noopener noreferrer\" href=\"https:\/\/laravel.com\/docs\/5.8\/upgrade\" target=\"_blank\">upgrade guide for 5.8<\/a>.<\/p>\n\n\n\n<div class=\"alert alert-info mb-5\"><p>If you enjoyed this article, then you&#8217;ll love <a href=\"https:\/\/www.fastcomet.com\/laravel-hosting\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">FastComet&#8217;s Laravel SSD Cloud<\/a> hosting platform. Experience increased power, flexibility, and control for your applications.<\/p><\/div>\n\n\n\n<p>We can go on and on about all the things we love in the Laravel framework, however, don\u2019t take our word for granted \u2013 give it a try and see for yourselves. Then we would like to hear what your thoughts are? FastComet wishes you all Happy Coding!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What a better way to start Thursday morning, having watched Laracon 2019 and all the great speakers attending the event delivered tremendously useful information for beginners and advanced users \u2013 we thought now would be the perfect time for us to share what Laravel 5.8 brings to the table, and oh boy it does look [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":2760,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4724],"tags":[210,78],"class_list":["post-2761","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-webdev","tag-laravel","tag-update"],"featured_image_src":"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2019\/03\/laravel5.8.jpg","author_info":{"display_name":"Ivo","author_link":"https:\/\/www.fastcomet.com\/blog\/author\/martinw"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Get the Scoop on Laravel 5.8 | FastComet<\/title>\n<meta name=\"description\" content=\"The latest Laravel release 5.8 is out! \u2705 Check what are the new features along with the latest bug fixes and improvements to the framework\u2019s core.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Get the Scoop on Laravel 5.8 | FastComet\" \/>\n<meta property=\"og:description\" content=\"The latest Laravel release 5.8 is out! \u2705 Check what are the new features along with the latest bug fixes and improvements to the framework\u2019s core.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here\" \/>\n<meta property=\"og:site_name\" content=\"FastComet Blog\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/evercool11\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-07T17:54:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-10T06:05:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2019\/03\/laravel5.8.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"620\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Ivo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@IvoFastComet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ivo\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Get the Scoop on Laravel 5.8 | FastComet","description":"The latest Laravel release 5.8 is out! \u2705 Check what are the new features along with the latest bug fixes and improvements to the framework\u2019s core.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here","og_locale":"en_US","og_type":"article","og_title":"Get the Scoop on Laravel 5.8 | FastComet","og_description":"The latest Laravel release 5.8 is out! \u2705 Check what are the new features along with the latest bug fixes and improvements to the framework\u2019s core.","og_url":"https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here","og_site_name":"FastComet Blog","article_author":"https:\/\/www.facebook.com\/evercool11\/","article_published_time":"2019-03-07T17:54:18+00:00","article_modified_time":"2022-06-10T06:05:25+00:00","og_image":[{"width":1024,"height":620,"url":"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2019\/03\/laravel5.8.jpg","type":"image\/jpeg"}],"author":"Ivo","twitter_card":"summary_large_image","twitter_creator":"@IvoFastComet","twitter_misc":{"Written by":"Ivo","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here#article","isPartOf":{"@id":"https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here"},"author":{"name":"Ivo","@id":"https:\/\/www.fastcomet.com\/blog\/#\/schema\/person\/0f8e23bbd5073a30cb71a18adc8a0198"},"headline":"Get the Scoop on Laravel 5.8","datePublished":"2019-03-07T17:54:18+00:00","dateModified":"2022-06-10T06:05:25+00:00","mainEntityOfPage":{"@id":"https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here"},"wordCount":1653,"commentCount":0,"image":{"@id":"https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here#primaryimage"},"thumbnailUrl":"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2019\/03\/laravel5.8.jpg","keywords":["Laravel","update"],"articleSection":["Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here","url":"https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here","name":"Get the Scoop on Laravel 5.8 | FastComet","isPartOf":{"@id":"https:\/\/www.fastcomet.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here#primaryimage"},"image":{"@id":"https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here#primaryimage"},"thumbnailUrl":"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2019\/03\/laravel5.8.jpg","datePublished":"2019-03-07T17:54:18+00:00","dateModified":"2022-06-10T06:05:25+00:00","author":{"@id":"https:\/\/www.fastcomet.com\/blog\/#\/schema\/person\/0f8e23bbd5073a30cb71a18adc8a0198"},"description":"The latest Laravel release 5.8 is out! \u2705 Check what are the new features along with the latest bug fixes and improvements to the framework\u2019s core.","breadcrumb":{"@id":"https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here#primaryimage","url":"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2019\/03\/laravel5.8.jpg","contentUrl":"https:\/\/www.fastcomet.com\/blog\/wp-content\/uploads\/2019\/03\/laravel5.8.jpg","width":1024,"height":620},{"@type":"BreadcrumbList","@id":"https:\/\/www.fastcomet.com\/blog\/laravel-5-8-is-here#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fastcomet.com\/blog"},{"@type":"ListItem","position":2,"name":"Get the Scoop on Laravel 5.8"}]},{"@type":"WebSite","@id":"https:\/\/www.fastcomet.com\/blog\/#website","url":"https:\/\/www.fastcomet.com\/blog\/","name":"FastComet Blog","description":"FastComet Web Hosting Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fastcomet.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.fastcomet.com\/blog\/#\/schema\/person\/0f8e23bbd5073a30cb71a18adc8a0198","name":"Ivo","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fastcomet.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0f3b068f66b4b005da128cec4aeb65fb68049c969a5294cb3c0b9c6b8b094428?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0f3b068f66b4b005da128cec4aeb65fb68049c969a5294cb3c0b9c6b8b094428?s=96&d=mm&r=g","caption":"Ivo"},"description":"As part of the Customer Success Team, Ivo takes pride in being among the front-liners for FastComet, not only in helping resolve customer issues but also in helping improve on the service itself. Through the FastComet Blog, he is trying to cover the whole range of information about what you are concerned with and want to know about your site and our services.","sameAs":["https:\/\/www.fastcomet.com\/","https:\/\/www.facebook.com\/evercool11\/","https:\/\/www.linkedin.com\/in\/ivonestorovski\/","https:\/\/x.com\/IvoFastComet"],"url":"https:\/\/www.fastcomet.com\/blog\/author\/martinw"}]}},"_links":{"self":[{"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/posts\/2761","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/comments?post=2761"}],"version-history":[{"count":35,"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/posts\/2761\/revisions"}],"predecessor-version":[{"id":7850,"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/posts\/2761\/revisions\/7850"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/media\/2760"}],"wp:attachment":[{"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/media?parent=2761"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/categories?post=2761"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fastcomet.com\/blog\/wp-json\/wp\/v2\/tags?post=2761"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}