Category: Uncategorized
-
WhatsApp Integration
for managing templates for pre-approval and adding phone numbers. https://business.facebook.com/latest/whatsapp_manager for adding non expiring tokenshttps://business.facebook.com/latest/settings/system_users
-
using laravel queue
Laravel queue can be used for queuing for example sending push notifications to all users, which otherwise using foreach can put strain on server when it needs to iterate over large number of reciepients. the above command creates a new file in apps/jobs directory as SendPushNotification, the contents of which can be like then in…
-
NextJs App Routing
The App routing is a new feature in NextJs version 13 onwards.for creating routes using app routing These are the steps.
-
React Boiler plate component
In a new file if you start typing “rafce” the autocomplete should you option to select react componet, selecting which should insert the boiler plate code in the file