Blog Page 2

Send SMS From Laravel App Using Vonage's featured image

Send SMS From Laravel App Using Vonage

Maybe right now you need to send an SMS via Laravel app. There are some Laravel packages that can connect to third-party service that can handle SMS notification such as Vonage or Twilio....

Published on
Send Slack Notifications From Laravel App's featured image

Send Slack Notifications From Laravel App

Slack is a messaging app that generally used by companies. Even Slack call their app as a Digital HQ for companies....

Published on
Create Reusable Query With Laravel Query Scope's featured image

Create Reusable Query With Laravel Query Scope

One of the best feature Laravel have is Laravel Eloquent ORM. Using Eloquent ORM is easy and it can makes our query simpler, cleaner than Query Builder but sometimes it can also be so long, and maybe we need to reuse the query too....

Published on
Swap Two Variables Value Without Temp Variable in PHP's featured image

Swap Two Variables Value Without Temp Variable in PHP

Maybe you find a real world project situation that you think maybe it’s good for you to know how to swap two variables without temporary variable for example for clean coding....

Published on
How to Solve Unwanted CSS Transitions on Page Load's featured image

How to Solve Unwanted CSS Transitions on Page Load

There is a case where you need to add transitions to your page. Maybe you put it on some pages or even all pages....

Published on
How to Easily Debug CSS Layout Issue's featured image

How to Easily Debug CSS Layout Issue

Writing CSS seems easy, but sometimes it is as challenging as coding with some programming language. There are some issue that often we meet in our daily CSS coding....

Published on