In this article, we will see how to login with a mobile number in laravel, Laravel provides inbuilt laravel authentication for their user but if you want to create custom authentication like login using a phone number, login using social accounts,...
Laravel PHPIn this article, we will see laravel 8 user role and permission, here we will see how to set user roles and permission in laravel 8. we are using the spatie package for roles and permissions in laravel 8 application, Spatie role permission co...
Laravel PHPIn this article, we will see laravel 8 mobile number OTP authentication using firebase. There are many types of autentication to login to different sites and applications. So, here we will see mobile number otp authentication using fireb...
Laravel PHPIn this article, we will learn about laravel 8 socialite login with facebook account, as you all know currently many websites provide different types of login authentication facilities to users like facebook login, login with google, login wi...
LaravelIn this tutorial, we will see how to deploy laravel on heroku with a database. Heroku is a cloud platform as a service (PaaS) supporting several programming languages. Developers use Heroku to deploy, manage, and scale mod...
Laravel PHPIn this tutorial, we will show you new information about laravel authentication using breeze. Laravel breeze is a simple implementation of all laravel authentication including login, registration, email verification, password reset, and...
Laravel