


How to Deploy A Laravel App With Nginx on Ubuntu(LEMP)
You have worked hard to create your application and now it’s time to deploy it so that others are able to see your application. But how? You may wonder. In…

How To Deploy Laravel on Apache: Ultimate Guide
You have worked hard to build your Laravel application and it’s now time to deploy it to the internet so that others can be able to see your application. But…

How To Deploy A Laravel App On Heroku: Ultimate Guide
Introduction Heroku is a cloud platform as a service that supports multiple programming languages. It supports programming languages such as PHP, Python, Ruby, Node.js, and Go among others. Heroku allows…

Laravel Sanctum: Simple Authentication For Your SPA
What is Laravel Sanctum? Laravel Sanctum is a simple way for authenticating Single Page Applications(SPAs), Mobile Applications, and simple token-based APIs. It allows users to create multiple API tokens which…

Laravel Firebase: How To Integrate Firebase Into Laravel
Firebase is a Google-backend application development software that enables developers to develop their applications with ease by abstracting the backend and allowing them to focus on the frontend. Firebase provides…

Laravel Sail: How To Containerize Your Application
Introduction In any modern web development, a developer is required to bundle their source code and deploy it to a server so that it can be accessible to the public….

Laravel Passport: How To Secure Your API Using Oauth
Introduction Open Authorization(Oauth) is a way of getting access to protected data from an application. It’s is secure in the sense that it does not require users to log in…

Laravel Socialite: Ultimate Guide On How To Use Social Logins
Introduction Social logins are becoming an integral part of most applications currently. Users prefer signing up to applications using their social credentials because it saves them time and is also…

Laravel Validation: How To Use It The Correct Way
Introduction Validation is the most important aspect when developing an application. Input validation is a way of testing input supplied by a user and verifying if it is of a…