Hello, laravel web developers! In this article, we'll see how to connect PostgreSQL in laravel 11. In laravel 11, we'll connect the PostgreSQL database with step by step guide. In...
LaravelHello, laravel web developers! In this article, I'll show you how to validate input fields in Laravel 11 to ensure that special characters are not allowed. Sometimes, we need to make sure that...
Laravel PHPHello, web developers! In this article, we'll see how to validate international phone numbers using jQuery. Here, we'll use a JavaScript plugin to enter and validate international tele...
jQueryIn this article, I'll show you how to validate phone numbers using jQuery. We'll explore different methods for validating phone numbers in PHP with jQuery. Specifically, we'll look at a...
Laravel PHP jQueryHello, laravel web developers! In this article, we'll see how to integrate the admin template in laravel 11, Here, we'll integrate sb-admin bootstrap 5 themes. SB Admin 2 is a fre...
LaravelHello, web developers! In this article, we'll see how to configure CORS middleware laravel 11. In laravel 11, customize CORS middleware. By default enable CORS middleware with de...
LaravelHello, laravel web developers! In this article, we'll see how to send WhatsApp messages in laravel 11 using Twilio. Here, we'll install Twilio SDK and send messages to WhatsApp in laravel.&...
LaravelHello, laravel web developers! In this article, we'll see how to create a dynamic multi line chart in laravel 11. In laravel 11, we'll use echart library to display dynamic multi line...
Laravel jQueryHello, laravel web developers! In this article, we'll create a dynamic donut chart in laravel 11. Also, we'll use the echarts library to create a doughnut chart in laravel 11. A d...
Laravel jQueryHello, laravel web developers! In this article, we'll see how to create real-time chat in laravel 11 reverb with vue.js. Here, we'll create a real-time chat application in laravel 11. ...
Laravel VueJs