In these episodes we're going to extend the previous Laravel + Nuxt authentication series to allow for social media login.
11/Jan/19 · by Coders HubProcessing CSVs, resizing images, converting video...these are all intensive, time-consuming tasks that may take a computer seconds, minutes or hours to complete. When the client requests something in a typical web app, the web server is able to handle the request in a few seconds or less. A response is then sent to the client to inform it of the outcome.
07/Jan/19 · by Anthony GoreLaravel 5.6 suggests a simple structure for creating API-driven applications. Your API routes are declared in their own routes/api.php file, and can leverage the auth:api Middleware for security.
26/Dec/18 · by Wogan May