No site can ever be completely safe — the sheer number of high-profile breaches are a testament to this. But you can follow some best practices to make your site less of a target for a casual malicious actor or automated script.
- Home
- Laravel
In this article, we’ll get up and running with the Google Cloud Vision API to detect faces. We’ll be using an existing image and draw a box around each detected face.
13th June 2018
Sentiment Analysis Using Laravel and Google Natural Language API
Laravel/Web DevelopmentSentiment Analysis is the process of determining whether a piece of text is positive, negative or neutral. The goal of this article is to get you up and running using the Google Natural Language API with Laravel. You’ll be using this API to perform sentiment analysis on text.
There is no excuse to be without an SSL certificate these days. They’re extremely cheap and can even be obtained for free (Let’s Encrypt). Installing an SSL certificate on Laravel Forge is very easy – let me show you how.