The purpose of this document is to describe the process of implementing the Laravel Socialite Package to achieve social media login via the mainstream social media as well as Google and Apple. Before we start implementing the social logins we need to install the Laravel socialite plugin like so: composer […]
Read MorePost Tagged with: "laravel"
LARAVEL VS WORDPRESS, BUT THEN..
Having worked for a while now on both, I would like to write an article regarding my personal opinion on those two very different ways of creating websites and the different functionalities that they can provide depending on the User’s/Client’s needs. Up to a point WordPress offers a very quick and organised way of […]
Read MoreTHROTTLING API REQUESTS IN LARAVEL
Occasionally it’s required that a user is not allowed to hit an API endpoint multiple times. For example a route that delivers a big amount of content, i.e an articles api route, could be taken advantage of, by concurrently sending GET requests to it and increasing workload on the server, […]
Read More