Ankit Verma

Ankit Verma @ankitvermaonline

About: Full Stack Developer 7+ years of experience in Web development, specializing in PHP frameworks.

Location:
Lucknow
Joined:
Sep 18, 2023

Ankit Verma
articles - 21 total

Google Places API Laravel Package

Google Places API Laravel Package A Laravel package for interacting with the Google Places...

Learn More 1 0Jun 16

ReactJS vs Vue.js

When building modern web applications, developers often choose between popular JavaScript frameworks....

Learn More 0 2Jun 11

What is defineExpose in Vue.js? (With Simple Example)

It’s used to share things (like functions or data) from a child component to its parent — but only if...

Learn More 0 0Jun 5

The Lost HTML & CSS Tricks Every Developer Should Know (with Examples)

In the race toward SPAs, frameworks, and heavy JS libraries, many developers have forgotten the...

Learn More 2 0May 31

How to Get the Raw SQL Query from Laravel Query Builder

When debugging or optimizing database queries in Laravel, it's often useful to view the raw SQL query...

Learn More 1 0May 28

Convert php array to Javascript

<?php $user = [ 'name' => 'John Doe', 'email' => 'john@example.com', 'is_admin'...

Learn More 0 0May 27

Logout from all other devices when password change laravel

use Illuminate\Support\Facades\Auth; Auth::logoutOtherDevices($password); Enter fullscreen...

Learn More 1 0May 27

How to Set Up Laravel Queue Workers with Supervisor and Cron

📦 What is Supervisor? Supervisor is a Linux process monitor that keeps your Laravel queue workers...

Learn More 3 3May 23

How to Serve a Laravel Project on Your Local Network

Before you start, make sure you have: Both devices (your pc/laptop and your phone/other device)...

Learn More 3 0Apr 17

Link to storage folder not working on shared hosting (Hostinger, cPanel, hPanel Fix)

If you're hosting your Laravel project on shared hosting like Hostinger, using cPanel or hPanel, you...

Learn More 2 0Apr 15

Dispatching jobs via commands in Laravel

Make a job php artisan make:job SendBirthdayWishes Enter fullscreen mode Exit...

Learn More 0 0Mar 24

How can You horizontally center an element?

With flex it is very easy to style the div horizontally and vertically centered. #centered { ...

Learn More 0 0Feb 27

Is there a CSS parent selector?

li:has(> a.active) → Selects any li that directly contains an a element with the class...

Learn More 0 2Feb 24

How to Create Custom Helper Functions in Laravel

This post will teach you how to write and utilise custom Laravel helper functions.. Step 1:...

Learn More 0 0Feb 20

How to Use Multiple Databases in Laravel ?

Laravel support multiple databases within a single application. Whether you need to connect to...

Learn More 0 0Feb 19

How can I remove a package from Laravel using PHP Composer?

When working with Laravel, you may need to remove a package that is no longer required. PHP Composer...

Learn More 0 0Feb 18

How to Get the Query Builder to Output Its Raw SQL Query as a String

In this blog, we'll explore how to retrieve the raw SQL query from Laravel's Query Builder with...

Learn More 0 0Feb 18

Essential Linux Commands for Every User

Essential Linux Commands for Every User Linux is a powerful and flexible operating system,...

Learn More 0 0Feb 18

CSS Tips and Tricks to Level Up Your Web Design

CSS (Cascading Style Sheets) is a powerful tool for styling web pages, but mastering it requires...

Learn More 0 0Feb 17

Effortless String Manipulation with Laravel's string() Method

Laravel’s $request->string() method converts input into a Stringable instance, enabling fluent...

Learn More 1 0Feb 17

Create an Analog Clock using HTML, CSS and JavaScript

A post by Ankit Verma

Learn More 0 0Sep 18 '23