Blog Page 2

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....

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....

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....

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....

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....

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....