Tip to count view of an article in Laravel
Codes   Laravel   PHP  

Tip to count view of an article in Laravel

In this post, I would like to write a small coding tip on how you can count the number of views on an article or post in the laravel application. There are some benefits of page views. It allows yo...

25 Jun 2021 SETHA THAY 4813
Create Alert Message using Laravel Component with Alpine.js
Technologies   Codes   Laravel  

Create Alert Message using Laravel Component with Alpine.js

In recent laravel updates, there is a new tool in the blade view engine called components. it is similar and benefits to sections, layouts, and includes; however, some may find the mental model of ...

22 Jun 2021 SETHA THAY 5435
Complete steps for deploying laravel web application to cloud server (digital ocean droplet)
Technologies   Codes   Laravel   SQL / MySQL   PHP  

Complete steps for deploying laravel web application to cloud server (digital ocean droplet)

In this post, I would like to prepare complete steps of how you can deploy your laravel web application to a cloud server like digital ocean, just like this website NEST CODE. Nest Code is a blog w...

17 Jun 2021 SETHA THAY 1808
Using LinkedIn Developer Apps to Share Information to Your Profile or Company Page
Technologies   Codes   Laravel   PHP  

Using LinkedIn Developer Apps to Share Information to Your Profile or Company Page

I have shared the HOW TO technique on "Using Telegram Bot to Share Information to Telegram Channel" in my previous post. It gains attention quite good of knowledge wanting to share inform...

17 Jun 2021 SETHA THAY 2849
Laravel Task Scheduling for Export MySQL Database into SQL and JSON Format
Technologies   Laravel   Tools   PHP  

Laravel Task Scheduling for Export MySQL Database into SQL and JSON Format

In this post, I want to introduce and teach you how to solve the problem with automation. As you already know that in my post related to Cambodia Geography, I manually export the data which is time...

12 Jun 2021 SETHA THAY 3153
Using Telegram Bot to Share Information to Telegram Channel
Codes   Laravel   Tools   PHP  

Using Telegram Bot to Share Information to Telegram Channel

Telegram channel is another popular platform to connect with audiences which posts are controlled by channel owners. The Channel owner is the one responsible for providing knowledge, articles, and ...

10 Jun 2021 SETHA THAY 5278
Apply HTTPS to Your Website with Let Encrypt for Free
Technologies   Laravel   Tools  

Apply HTTPS to Your Website with Let Encrypt for Free

Secure your website means caring for visitors. One of the most important tasks to communicate well with your audience is to make sure your website is secured. HTTPS is an extension of Hypertext Tra...

08 Jun 2021 SETHA THAY 1194
Using Your Gmail Account as SMTP Mail Server to Send Contact Us in Laravel
Technologies   Codes   Laravel  

Using Your Gmail Account as SMTP Mail Server to Send Contact Us in Laravel

As you already know most websites always have a contact us form, where visitors can communicate with blogs or website owners based on their needs. Configuring or finding a mail server is time-consu...

06 Jun 2021 SETHA THAY 1804


Scroll to Top